mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 10:17:51 +01:00
15 lines
376 B
TOML
15 lines
376 B
TOML
# Name of loaded config, to show to user
|
|
name = "DEV9 no-shutdown driver"
|
|
|
|
# Modules to load
|
|
[[module]]
|
|
file = "dev9_ns.irx" # no-shutdown version, to prevent games shutting down the dev9
|
|
env = ["LE", "EE"]
|
|
|
|
# Modules of the game that are faked/blocked
|
|
[[fake]]
|
|
file = "DEV9.IRX"
|
|
name = "dev9"
|
|
version = 0x0208
|
|
startrv = 0 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END
|