mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-07-27 09:37:28 +02: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
17 lines
360 B
TOML
17 lines
360 B
TOML
# Name of loaded config, to show to user
|
|
name = "exFat filesystem driver"
|
|
|
|
# Drivers this driver depends on (config file must exist)
|
|
#depends = ["i_bdm"]
|
|
|
|
# Modules to load in load environment
|
|
[[module]]
|
|
file = "bdmfs_fatfs.irx"
|
|
env = ["LE"]
|
|
|
|
# Modules to load in emulation environment
|
|
[[module]]
|
|
file = "fhi_bd_defrag.irx"
|
|
func = "FHI_BD_DEFRAG"
|
|
env = ["EE"]
|