mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
UI: Forget jit override on user selection.
This commit is contained in:
@@ -1603,6 +1603,13 @@ void Config::PostSaveCleanup(bool gameSpecific) {
|
||||
}
|
||||
}
|
||||
|
||||
void Config::NotifyUpdatedCpuCore() {
|
||||
if (jitForcedOff && g_Config.iCpuCore == (int)CPUCore::IR_JIT) {
|
||||
// No longer forced off, the user set it to IR jit.
|
||||
jitForcedOff = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Use for debugging the version check without messing with the server
|
||||
#if 0
|
||||
#define PPSSPP_GIT_VERSION "v0.0.1-gaaaaaaaaa"
|
||||
|
||||
Reference in New Issue
Block a user