mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix
This commit is contained in:
parent
0a70803897
commit
992b6aad12
2 changed files with 368 additions and 368 deletions
|
@ -214,11 +214,11 @@ void EmuScreen::update(InputState &input) {
|
|||
__CtrlSetAnalog(stick_x, stick_y, 0);
|
||||
__CtrlSetAnalog(rightstick_x, rightstick_x, 1);
|
||||
|
||||
//if (input.pad_buttons & PAD_BUTTON_LEFT_THUMB) {
|
||||
// PSP_CoreParameter().unthrottle = true;
|
||||
//} else {
|
||||
//PSP_CoreParameter().unthrottle = false;
|
||||
//}
|
||||
if (input.pad_buttons & PAD_BUTTON_UNTHROTTLE) {
|
||||
PSP_CoreParameter().unthrottle = true;
|
||||
} else {
|
||||
PSP_CoreParameter().unthrottle = false;
|
||||
}
|
||||
// Make sure fpsLimit starts at 0
|
||||
if (PSP_CoreParameter().fpsLimit != 0 && PSP_CoreParameter().fpsLimit != 1 && PSP_CoreParameter().fpsLimit != 2) {
|
||||
PSP_CoreParameter().fpsLimit = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue