mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
GCAdapter: protect some more functions
Reset() and Setup() are not used outside of this namespace
This commit is contained in:
@ -19,9 +19,7 @@ enum ControllerTypes
|
||||
CONTROLLER_WIRELESS = 2
|
||||
};
|
||||
void Init();
|
||||
void Reset();
|
||||
void ResetRumble();
|
||||
void Setup();
|
||||
void Shutdown();
|
||||
void SetAdapterCallback(std::function<void(void)> func);
|
||||
void StartScanThread();
|
||||
|
Reference in New Issue
Block a user