mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
GCAdapter: protect some more functions
Reset() and Setup() are not used outside of this namespace
This commit is contained in:
parent
54b4efff6b
commit
1bbbe92cd2
4 changed files with 9 additions and 8 deletions
|
@ -9,9 +9,7 @@ namespace GCAdapter
|
|||
{
|
||||
|
||||
void Init() {}
|
||||
void Reset() {}
|
||||
void ResetRumble() {}
|
||||
void Setup() {}
|
||||
void Shutdown() {}
|
||||
void SetAdapterCallback(std::function<void(void)> func) {}
|
||||
void StartScanThread() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue