mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 18:27:59 +01:00

- Dropped APA support in favor of loading OPL, POPStarter, Neutrino, and configuration files from the exFAT partition to speed up initialization. - Moved BBNL to the APA header to further improve loading times. - Removed dependency on renamed POPStarter ELF files to launch PS1 VCDs; POPStarter is now launched directly with a boot argument. - NHDDL now launches in ATA mode, improving startup time and avoiding potential error messages. - Updated Neutrino to version 1.6.1 - Updatec NHDDL to version MMCE + HDL Beta 4.17 - Added error message for failed repository updates
21 lines
436 B
TOML
21 lines
436 B
TOML
# Name of loaded config, to show to user
|
|
name = "HDLoader filesystem driver"
|
|
|
|
# Drivers this driver depends on (config file must exist)
|
|
#depends = ["i_bdm"]
|
|
|
|
# Modules to load in load environment
|
|
[[module]]
|
|
file = "ps2hdd-bdm.irx"
|
|
args = ["-o", "4", "-n", "20"]
|
|
env = ["LE"]
|
|
[[module]]
|
|
file = "hdlfs.irx"
|
|
env = ["LE"]
|
|
|
|
# Modules to load in emulation environment
|
|
[[module]]
|
|
file = "fhi_bd_defrag.irx"
|
|
func = "FHI_BD_DEFRAG"
|
|
env = ["EE"]
|