mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-09-15 02:09:33 +02:00

- NEW! Central menu system; auto-setup if dependencies missing - NEW! Music Installer supports .mp3, .m4a, .flac, and .ogg - NEW! PSBBN Installer now uses ext2 (replacing ReiserFS), tar archives, and allows custom partition size for Contents; max Music/Contents/POPS partitions increased to 111 GB - NEW! PSBBN Updater: update to latest patch directly from menu - Game Installer: HDTV fix for PS1, improved Game ID extraction for VCD/ZSO files - Extras: optional PS2 Linux install with custom home size; swap Cross/Circle button functions - HDD-OSD (Browser 2.0): new PSBBN icon by Yornn; improved game icon background color
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"]
|