mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
VFS: move VFS settings to seperate file
This commit is contained in:
parent
8f1dc7a2d4
commit
269c4604aa
21 changed files with 209 additions and 156 deletions
|
|
@ -28,7 +28,7 @@ void cfg_rpcn::save() const
|
|||
fs::file cfg_file(cfg_rpcn::get_path(), fs::rewrite);
|
||||
if (cfg_file)
|
||||
{
|
||||
cfg_file.write(to_string());
|
||||
cfg_file.write(to_string());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue