mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
fs::get_config_dir, fs::get_executable_dir
This commit is contained in:
parent
56ba5a765b
commit
321e6d3a86
21 changed files with 249 additions and 178 deletions
|
|
@ -571,7 +571,7 @@ void RSXDebugger::GetMemory()
|
|||
dump += '\n';
|
||||
}
|
||||
|
||||
fs::file("command_dump.log", fom::rewrite) << dump;
|
||||
fs::file(fs::get_config_dir() + "command_dump.log", fom::rewrite) << dump;
|
||||
|
||||
for (u32 i = 0;i < frame_debug.draw_calls.size(); i++)
|
||||
m_list_captured_draw_calls->InsertItem(i, frame_debug.draw_calls[i].name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue