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