mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Android: Better GCAdapter scanning thread management
This commit is contained in:
parent
c36ae84b96
commit
9fe6466c79
3 changed files with 17 additions and 0 deletions
|
@ -376,6 +376,8 @@ public final class NativeLibrary
|
|||
|
||||
public static native void ReloadConfig();
|
||||
|
||||
public static native void UpdateGCAdapterScanThread();
|
||||
|
||||
/**
|
||||
* Initializes the native parts of the app.
|
||||
*
|
||||
|
|
|
@ -232,6 +232,7 @@ public class Settings
|
|||
NativeLibrary.ReloadConfig();
|
||||
NativeLibrary.ReloadWiimoteConfig();
|
||||
NativeLibrary.ReloadLoggerConfig();
|
||||
NativeLibrary.UpdateGCAdapterScanThread();
|
||||
|
||||
if (modifiedSettings.contains(SettingsFile.KEY_RECURSIVE_ISO_PATHS))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue