mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-14 11:25:43 +00:00
Fix so that on emu restart, mousecard state is now reset (#514)
This commit is contained in:
@@ -1365,6 +1365,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
|||||||
LogFileOutput("Main: MB_Reset()\n");
|
LogFileOutput("Main: MB_Reset()\n");
|
||||||
|
|
||||||
sg_Mouse.Uninitialize(); // Maybe restarting due to switching slot-4 card from MouseCard to Mockingboard
|
sg_Mouse.Uninitialize(); // Maybe restarting due to switching slot-4 card from MouseCard to Mockingboard
|
||||||
|
sg_Mouse.Reset();
|
||||||
LogFileOutput("Main: sg_Mouse.Uninitialize()\n");
|
LogFileOutput("Main: sg_Mouse.Uninitialize()\n");
|
||||||
|
|
||||||
DSUninit();
|
DSUninit();
|
||||||
|
Reference in New Issue
Block a user