mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
First dummy input implementation
This commit is contained in:
parent
8b65c92f1f
commit
e22b24b81a
5 changed files with 317 additions and 12 deletions
|
@ -45,18 +45,6 @@ static void deinit_drivers() {
|
|||
deinit_ps2_filesystem_driver();
|
||||
}
|
||||
|
||||
void plat_init(void)
|
||||
{
|
||||
init_joystick_driver(false);
|
||||
init_audio_driver();
|
||||
}
|
||||
|
||||
|
||||
void plat_finish(void) {
|
||||
deinit_audio_driver();
|
||||
deinit_joystick_driver(false);
|
||||
}
|
||||
|
||||
int plat_target_init(void)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue