Keep Fast Memory as unstable

This commit is contained in:
raven02 2013-04-08 14:14:03 +08:00
parent daef1cbe24
commit ca111baacb

View File

@ -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) {