mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Minor fixup for /dev_flash creation
This commit is contained in:
parent
78cc36cdd8
commit
987223da3f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void Emulator::Init()
|
|||
const std::string dev_hdd0 = GetHddDir();
|
||||
const std::string dev_hdd1 = fmt::replace_all(g_cfg.vfs.dev_hdd1, "$(EmulatorDir)", emu_dir);
|
||||
const std::string dev_usb = fmt::replace_all(g_cfg.vfs.dev_usb000, "$(EmulatorDir)", emu_dir);
|
||||
const std::string dev_flsh = fmt::replace_all(g_cfg.vfs.dev_flash, "$(EmulatorDir)", emu_dir);
|
||||
const std::string dev_flsh = g_cfg.vfs.get_dev_flash();
|
||||
|
||||
auto make_path_verbose = [](const std::string& path)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue