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:
goyuken 2013-05-02 21:18:28 +00:00
parent 149eeb5f33
commit cefb4d2194
2 changed files with 1 additions and 0 deletions

View File

@ -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();
}