2020-10-03 20:56:55 +02:00
# [str]: Path to game settings (SETTINGS) folder
game.settings=./save
2021-03-20 11:35:31 +01:00
# Set a scaling mode for the rendered output. Available modes: 0 = disabled, 1 = SD 480 to pillarbox HD 720, 2 = SD 480 to pillarbox HD 1080, 3 = SD 480 to SD 960, 4 = HD 720 to HD 1080
2021-03-20 11:40:08 +01:00
patch.gfx.scaling_mode=0
2021-03-20 11:35:31 +01:00
2020-10-03 20:56:55 +02:00
# [bool (0/1)]: Enable file call monitoring
patch.hook_mon.file=0
# [bool (0/1)]: Enable file system related call monitoring
patch.hook_mon.fs=0
# [bool (0/1)]: Enable IO syscall monitoring
patch.hook_mon.io=0
# [bool (0/1)]: Enable any file/IO open call monitoring
patch.hook_mon.open=0
# [bool (0/1)]: Enable libusb call monitoring
patch.hook_mon.usb=0
# [bool (0/1)]: Disable the built in keyboard inputs for test (F1), service (PRI) and clear (F3)
patch.hook_main_loop.disable_built_in_inputs=0
# [str]: Path to a library implementing the x11-input-handler api to capture X11 keyboard inputs
patch_hook_main_loop.x11_input_handler=
# [str]: Address and port of pumpnet server (e.g. 127.0.0.1:1234)
patch.net.server=
# [str]: Path to library implementing the piuio api for piuio emulation
patch.piuio.emu_lib=
# [bool (0/1)]: Enable game exit on Test + Service
patch.piuio_exit.test_serv=0
# [str]: Select the sound device to open on snd_pcm_open
patch.sound.device=hw:0
# [bool (0/1)]: Halt on sigsegv to attach a debugger to the process
patch.sigsegv.halt_on_segv=0
# [str]: Print the log output to the specified file
util.log.file=pumptools.log
# [int]: Set the log level (0-4)
util.log.level=4