mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Implement "Initialize Directories" options
If disabled, /dev_hdd0, /dev_hdd1, etc, are not created automatically.
This commit is contained in:
parent
75221a6078
commit
06253c8489
2 changed files with 5 additions and 1 deletions
|
|
@ -394,6 +394,7 @@ struct cfg_root : cfg::node
|
|||
}
|
||||
|
||||
cfg::_bool host_root{this, "Enable /host_root/"};
|
||||
cfg::_bool init_dirs{this, "Initialize Directories", true};
|
||||
|
||||
} vfs{this};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue