mirror of https://github.com/snes9xgit/snes9x.git
Add some entries to the Unix default snes9x.conf
These knobs were missing default entries in snes9x.conf.default.
This commit is contained in:
parent
6b376cf8f4
commit
136f0a1e74
|
@ -84,7 +84,7 @@ Trace = FALSE
|
|||
# PlayMovieFilename =
|
||||
# RecordMovieFilename =
|
||||
EnableGamePad = TRUE
|
||||
PadDevice1 = (null)
|
||||
PadDevice1 = /dev/input/js0
|
||||
PadDevice2 = (null)
|
||||
PadDevice3 = (null)
|
||||
PadDevice4 = (null)
|
||||
|
@ -100,6 +100,9 @@ ClearAllControls = FALSE
|
|||
|
||||
[Unix/X11]
|
||||
SetKeyRepeat = TRUE
|
||||
Fullscreen = FALSE
|
||||
Xvideo = FALSE
|
||||
MaxAspect = FALSE
|
||||
VideoMode = 1
|
||||
|
||||
[Unix/X11 Controls]
|
||||
|
|
Loading…
Reference in New Issue