mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00: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:
parent
77ae7fe5dd
commit
eddf2d0f4e
9 changed files with 288 additions and 227 deletions
|
@ -32,10 +32,8 @@ class MotionEmu;
|
|||
/// Gets the motion emulation factory.
|
||||
MotionEmu* GetMotionEmu();
|
||||
|
||||
class GCButtonFactory;
|
||||
class GCAnalogFactory;
|
||||
|
||||
GCButtonFactory* GetGCButtons();
|
||||
|
||||
GCAnalogFactory* GetGCAnalogs();
|
||||
|
||||
/// Generates a serialized param package for creating a keyboard button device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue