mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
GCAdapter: Convert ControllerType to an enum class
This commit is contained in:
@@ -11,12 +11,6 @@ struct GCPadStatus;
|
||||
|
||||
namespace GCAdapter
|
||||
{
|
||||
enum ControllerTypes
|
||||
{
|
||||
CONTROLLER_NONE = 0,
|
||||
CONTROLLER_WIRED = 1,
|
||||
CONTROLLER_WIRELESS = 2
|
||||
};
|
||||
void Init();
|
||||
void ResetRumble();
|
||||
void Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user