mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
Refactoring UserInput to accomidate future changes (i.e. joystick support)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
# Display
|
||||
#######################################
|
||||
fullscreen = no
|
||||
horizontal = stretch # or enter in the screen pixel width (i.e 1024)
|
||||
vertical = stretch # or enter in the screen pixel width (i.e 768)
|
||||
horizontal = 400 # or enter in the screen pixel width (i.e 1024)
|
||||
vertical = 300 # or enter in the screen pixel width (i.e 768)
|
||||
layout = Default 16x9
|
||||
hideMouse = yes
|
||||
showParenthesis = yes
|
||||
|
||||
Reference in New Issue
Block a user