saturn: fix problem where controller would be broken on core reboot. maybe. the trouble with this sort of thing is, you can never be sure.
This commit is contained in:
parent
149eeb5f33
commit
cefb4d2194
Binary file not shown.
|
@ -190,6 +190,7 @@ extern "C" __declspec(dllexport) int libyabause_frameadvance(int *w, int *h, int
|
|||
|
||||
extern "C" __declspec(dllexport) void libyabause_deinit()
|
||||
{
|
||||
PerPortReset();
|
||||
YabauseDeInit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue