mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 10:17:51 +01:00
26 lines
616 B
TOML
26 lines
616 B
TOML
![]() |
# Name of loaded config, to show to user
|
||
|
name = "CD/DVD emulation using image file"
|
||
|
|
||
|
# Modules to load
|
||
|
[[module]]
|
||
|
file = "cdvdman_emu.irx"
|
||
|
ioprp = "CDVDMAN"
|
||
|
env = ["EE"]
|
||
|
[[module]]
|
||
|
file = "cdvdfsv.irx"
|
||
|
ioprp = "CDVDFSV"
|
||
|
env = ["EE"]
|
||
|
|
||
|
# Modules of the game that are faked/blocked
|
||
|
[[fake]]
|
||
|
file = "CDVDFSV.IRX"
|
||
|
name = "cdvd_ee_driver"
|
||
|
#unload = true // FIXME this is broken, can be tested with Jak X
|
||
|
version = 0x0202
|
||
|
startrv = 2 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END
|
||
|
[[fake]]
|
||
|
file = "CDVDSTM.IRX"
|
||
|
name = "cdvd_st_driver"
|
||
|
version = 0x0202
|
||
|
startrv = 2 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END
|