mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 02:07:45 +01:00
21 lines
543 B
TOML
21 lines
543 B
TOML
# Name of loaded config, to show to user
|
|
name = "iLink/FireWire/IEEE1394 BDM driver"
|
|
|
|
# Drivers this driver depends on (config file must exist)
|
|
depends = ["i_bdm"]
|
|
|
|
# Modules to load
|
|
[[module]]
|
|
file = "iLinkman.irx"
|
|
env = ["LE", "EE"]
|
|
[[module]]
|
|
file = "IEEE1394_bd_mini.irx"
|
|
env = ["LE", "EE"]
|
|
|
|
# Modules of the game that are faked/blocked
|
|
[[fake]]
|
|
file = "ILINK.IRX"
|
|
name = "iLINK_HW_Manager" # is this correct?
|
|
version = 0x0202 # is this correct?
|
|
startrv = 2 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END # is this correct?
|