You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
528 B
34 lines
528 B
[VIDEO] |
|
# RESOLUTION |
|
# Supported values: |
|
# comment out = system default |
|
# 576x480 |
|
# 1024x576 |
|
# 1280x720 |
|
# 1920x1080 |
|
# resolution: 1920x1080 |
|
resolution: 1280x720 |
|
|
|
# VSYNC |
|
# 0 = disable |
|
# 1 = enable |
|
vsync: 1 |
|
|
|
# FULLSCREEN |
|
# 0 = disable |
|
# 1 = enable |
|
fullscreen: 0 |
|
|
|
# DISPLAY ID |
|
# Choose the display you wish to run the program on (when multiple |
|
# displays are detected) |
|
# 0 = primary display / default |
|
display_id: 0 |
|
|
|
|
|
[INPUT] |
|
# GAMEPAD ID |
|
# Select the ID to be used as the main gamepad |
|
# 0 = no gamepad / KBD&M |
|
main_gamepad_id: 1 |
|
|
|
|