Oops, deleted a line too much. Fixes a weird storage permission issue.
This commit is contained in:
parent
b56b3b43c7
commit
f33660b033
1 changed files with 1 additions and 0 deletions
|
@ -1267,6 +1267,7 @@ extern "C" void JNICALL Java_org_ppsspp_ppsspp_NativeApp_sendMessageFromJava(JNI
|
|||
// Don't need to send along, nothing else is listening.
|
||||
} else if (msg == "permission_granted") {
|
||||
INFO_LOG(SYSTEM, "STORAGE PERMISSION: GRANTED");
|
||||
permissions[SYSTEM_PERMISSION_STORAGE] = PERMISSION_STATUS_GRANTED;
|
||||
// Send along.
|
||||
System_PostUIMessage(msg.c_str(), prm.c_str());
|
||||
} else if (msg == "sustained_perf_supported") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue