Minor cleanups

This commit is contained in:
Henrik Rydgård 2021-06-13 10:28:27 +02:00
parent 81f0c3a8e4
commit e7b3afbc7a
3 changed files with 3 additions and 6 deletions

View file

@ -77,8 +77,9 @@ bool System_GetPropertyBool(SystemProperty prop) {
switch (prop) {
case SYSPROP_CAN_JIT:
return true;
default:
return false;
}
return false;
}
#if PPSSPP_PLATFORM(ANDROID)