mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Auto-pause on app switch. Will be made conditional in the next commit.
This commit is contained in:
@@ -790,6 +790,8 @@ bool audioRecording_State() {
|
||||
extern "C" void Java_org_ppsspp_ppsspp_NativeApp_resume(JNIEnv *, jclass) {
|
||||
INFO_LOG(SYSTEM, "NativeApp.resume() - resuming audio");
|
||||
AndroidAudio_Resume(g_audioState);
|
||||
|
||||
NativeMessageReceived("app_resumed", "");
|
||||
}
|
||||
|
||||
extern "C" void Java_org_ppsspp_ppsspp_NativeApp_pause(JNIEnv *, jclass) {
|
||||
|
||||
Reference in New Issue
Block a user