mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-14 04:28:42 +00:00
Update MenuScreens.cpp
This commit is contained in:
parent
bedaff274d
commit
9047e7f6c2
@ -769,7 +769,10 @@ void SystemScreen::render() {
|
||||
if(!isJailed)
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Dynarec", "Dynarec (JIT)"), ALIGN_TOPLEFT, &g_Config.bJit);
|
||||
else
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("DynarecisJailed", "Dynarec (JIT) - (Not jailbroken - JIT not available)"), ALIGN_TOPLEFT, false);
|
||||
{
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("DynarecisJailed", "Dynarec (JIT) - (Not jailbroken - JIT not available)"), ALIGN_TOPLEFT, &g_Config.bJit);
|
||||
g_Config.bJit = false;
|
||||
}
|
||||
#else
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Dynarec", "Dynarec (JIT)"), ALIGN_TOPLEFT, &g_Config.bJit);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user