diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-03-22 00:43:04 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-03-23 03:33:26 -0700 |
| commit | 73f9904f2aa7f49ed81d790d43b60b5533bfe32a (patch) | |
| tree | 713fbac221e2985b84a9d18885ca8c0c04b69964 /Source/Android/jni/MainAndroid.cpp | |
| parent | 3948ac9513b31122e031269c912b206c8389eda4 (diff) | |
Core: Remove RunAsCPUThread
It's a fine function, but CPUThreadGuard is more vogue. Also, its potential for being confused with RunOnCPUThread will not be missed.
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 5f8f71a08b..c6f9ba0cb1 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -515,7 +515,6 @@ Java_org_dolphinemu_dolphinemu_NativeLibrary_UpdateGCAdapterScanThread(JNIEnv*, JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_Initialize(JNIEnv*, jclass) { - // InitControllers ends up calling config code, and some config callbacks use RunAsCPUThread HostThreadLock guard; UICommon::CreateDirectories(); |
