1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2024-11-24 15:00:12 +01:00
pumptools/dist/conf/x2hook.conf

48 lines
1.5 KiB
Plaintext

# [bool (0/1)]: Force unlock the game. Modifies the current and any new PIUEXCEED.INI settings file permanently
game.force_unlock=0
# [str]: Path to game settings (SETTINGS) folder
game.settings=./save
# 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
patch.gfx.scaling_mode=0
# [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 (F2) 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]: 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=dmix
# [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