Fix breaking the button.. :|

This commit is contained in:
The Dax 2013-07-11 15:55:33 -04:00
parent 93e1404056
commit 9af456a179

View File

@ -429,7 +429,7 @@ void EmuScreen::update(InputState &input) {
}
// Make sure fpsLimit starts at 0
if (PSP_CoreParameter().fpsLimit != 0) {
if (PSP_CoreParameter().fpsLimit != 0 && PSP_CoreParameter().fpsLimit != 1) {
PSP_CoreParameter().fpsLimit = 0;
}