mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 08:20:51 +01:00
28 lines
706 B
Plaintext
28 lines
706 B
Plaintext
# Disable card reader emulation and enable usage of real card reader hardware on COM2
|
|
io.disable_card_reader_emu=false
|
|
|
|
# Disable BIO2 emulation and enable usage of real BIO2 hardware
|
|
io.disable_bio2_emu=false
|
|
|
|
# Disables the poll limiter, warning very high CPU usage may arise
|
|
io.disable_poll_limiter=false
|
|
|
|
# Run the game in a framed window (requires windowed option)
|
|
gfx.framed=true
|
|
|
|
# Run the game windowed
|
|
gfx.windowed=false
|
|
|
|
# Windowed width, -1 for default size
|
|
gfx.window_width=720
|
|
|
|
# Windowed height, -1 for default size
|
|
gfx.window_height=1280
|
|
|
|
# Disables the camera emulation
|
|
cam.disable_emu=false
|
|
|
|
# Override camera device ID detection (copy from device manager, do not escape)
|
|
cam.device_id1=
|
|
|