mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
Add the netboard stuff to the ini file. Stops crashes when they are missing.
This commit is contained in:
parent
820f27cea1
commit
b210636c1c
|
@ -34,6 +34,12 @@
|
|||
|
||||
[ Global ] ; Input settings can only be read from the global section!
|
||||
|
||||
; Network board - experimental build for win32 only
|
||||
EmulateNet = 0
|
||||
port_in = 1970
|
||||
port_out = 1971
|
||||
addr_out = "127.0.0.1"
|
||||
|
||||
; Common
|
||||
InputStart1 = "KEY_1,JOY1_BUTTON9"
|
||||
InputStart2 = "KEY_2,JOY2_BUTTON9"
|
||||
|
|
Loading…
Reference in a new issue