mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-08-24 19:11:44 +02:00
14 lines
240 B
TOML
14 lines
240 B
TOML
# Name of loaded config, to show to user
|
|
name = "Block Device Manager"
|
|
|
|
# Modules to load in load environment
|
|
[[module]]
|
|
file = "bdm.irx"
|
|
env = ["LE"]
|
|
[[module]]
|
|
file = "iomanX.irx"
|
|
env = ["LE"]
|
|
[[module]]
|
|
file = "fileXio.irx"
|
|
env = ["LE"]
|