mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
GCAdapter: Automatically start and stop thread
This keeps the logic encapsulated inside GCAdapter.cpp so callers don't have to think about it.
This commit is contained in:
@@ -300,9 +300,6 @@ object NativeLibrary {
|
||||
@JvmStatic
|
||||
external fun ResetDolphinSettings()
|
||||
|
||||
@JvmStatic
|
||||
external fun UpdateGCAdapterScanThread()
|
||||
|
||||
/**
|
||||
* Initializes the native parts of the app.
|
||||
*
|
||||
|
||||
@@ -56,7 +56,6 @@ class Settings : Closeable {
|
||||
NativeConfig.save(NativeConfig.LAYER_BASE)
|
||||
|
||||
NativeLibrary.ReloadLoggerConfig()
|
||||
NativeLibrary.UpdateGCAdapterScanThread()
|
||||
} else {
|
||||
NativeConfig.save(NativeConfig.LAYER_LOCAL_GAME)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user