mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
First dummy input implementation
This commit is contained in:
parent
8b65c92f1f
commit
e22b24b81a
5 changed files with 317 additions and 12 deletions
6
platform/ps2/in_ps2.h
Normal file
6
platform/ps2/in_ps2.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
struct in_default_bind;
|
||||
|
||||
void in_ps2_init(struct in_default_bind *defbinds);
|
||||
|
||||
void in_ps2_deinit();
|
Loading…
Add table
Add a link
Reference in a new issue