mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Add a stubbed GCAdapter namespace.
This cleans up a bunch of #ifdef checks in places.
This commit is contained in:
parent
af6a5ddafe
commit
6e503bebc4
8 changed files with 38 additions and 33 deletions
|
@ -10,7 +10,12 @@ struct GCPadStatus;
|
|||
|
||||
namespace GCAdapter
|
||||
{
|
||||
|
||||
enum ControllerTypes
|
||||
{
|
||||
CONTROLLER_NONE = 0,
|
||||
CONTROLLER_WIRED = 1,
|
||||
CONTROLLER_WIRELESS = 2
|
||||
};
|
||||
void Init();
|
||||
void Reset();
|
||||
void ResetRumble();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue