mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 01:58:01 -05:00
input_common: Rewrite gc_adapter
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
add_library(input_common STATIC
|
||||
drivers/gc_adapter.cpp
|
||||
drivers/gc_adapter.h
|
||||
drivers/keyboard.cpp
|
||||
drivers/keyboard.h
|
||||
drivers/mouse.cpp
|
||||
@ -23,10 +25,6 @@ add_library(input_common STATIC
|
||||
motion_from_button.h
|
||||
motion_input.cpp
|
||||
motion_input.h
|
||||
gcadapter/gc_adapter.cpp
|
||||
gcadapter/gc_adapter.h
|
||||
gcadapter/gc_poller.cpp
|
||||
gcadapter/gc_poller.h
|
||||
sdl/sdl.cpp
|
||||
sdl/sdl.h
|
||||
tas/tas_input.cpp
|
||||
|
Reference in New Issue
Block a user