mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 15:37:56 -05:00
Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
GCAdapter::Adapter* adapter;
|
||||
bool polling = false;
|
||||
};
|
||||
|
||||
@ -54,9 +55,11 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
GCAdapter::Adapter* adapter;
|
||||
int analog_x_axis = -1;
|
||||
int analog_y_axis = -1;
|
||||
int controller_number = -1;
|
||||
bool polling = false;
|
||||
};
|
||||
|
||||
} // namespace InputCommon
|
||||
|
Reference in New Issue
Block a user