mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-19 20:32:37 +00:00
Keep Fast Memory as unstable
This commit is contained in:
parent
daef1cbe24
commit
ca111baacb
@ -440,7 +440,7 @@ void SettingsScreen::render() {
|
||||
|
||||
UICheckBox(GEN_ID, x, y += stride, "JIT (Dynarec)", ALIGN_TOPLEFT, &g_Config.bJit);
|
||||
if (g_Config.bJit)
|
||||
UICheckBox(GEN_ID, x + columnw, y, "Fast Memory", ALIGN_TOPLEFT, &g_Config.bFastMemory);
|
||||
UICheckBox(GEN_ID, x + columnw, y, "Fast Memory (unstable)", ALIGN_TOPLEFT, &g_Config.bFastMemory);
|
||||
|
||||
UICheckBox(GEN_ID, x, y += stride, "On-screen Touch Controls", ALIGN_TOPLEFT, &g_Config.bShowTouchControls);
|
||||
if (g_Config.bShowTouchControls) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user