mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
RSX/Qt: Move rrc captures to captures dir
This commit is contained in:
parent
bb8fa28521
commit
67aff85e8e
3 changed files with 3 additions and 2 deletions
|
@ -302,6 +302,7 @@ void Emulator::Init()
|
|||
fs::create_dir(dev_hdd1 + "game/");
|
||||
|
||||
fs::create_path(fs::get_config_dir() + "shaderlog/");
|
||||
fs::create_path(fs::get_config_dir() + "captures/");
|
||||
|
||||
#ifdef WITH_GDB_DEBUGGER
|
||||
LOG_SUCCESS(GENERAL, "GDB debug server will be started and listening on %d upon emulator boot", (int) g_cfg.misc.gdb_server_port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue