Minor cleanups
This commit is contained in:
parent
81f0c3a8e4
commit
e7b3afbc7a
3 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue