notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439cf7f
)
platform, fix pad not set from config when loading rom via command line
author
kub
<derkub@gmail.com>
Sat, 4 Dec 2021 21:56:33 +0000
(22:56 +0100)
committer
kub
<derkub@gmail.com>
Sat, 4 Dec 2021 21:56:33 +0000
(22:56 +0100)
platform/common/emu.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/emu.c
b/platform/common/emu.c
index
8cd5e74
..
ddfac49
100644
(file)
--- a/
platform/common/emu.c
+++ b/
platform/common/emu.c
@@
-1288,6
+1288,9
@@
void emu_init(void)
PicoIn.mcdTrayClose = emu_tray_close;
\r
\r
sndout_init();
\r
+
\r
+ PicoSetInputDevice(0, currentConfig.input_dev0);
\r
+ PicoSetInputDevice(1, currentConfig.input_dev1);
\r
}
\r
\r
void emu_finish(void)
\r