RSX/Qt: Move rrc captures to captures dir

This commit is contained in:
Megamouse 2018-07-21 18:14:43 +02:00
parent bb8fa28521
commit 67aff85e8e
3 changed files with 3 additions and 2 deletions

View file

@ -1107,7 +1107,7 @@ namespace rsx
rsx->capture_current_frame = false;
std::stringstream os;
cereal::BinaryOutputArchive archive(os);
const std::string& filePath = fs::get_config_dir() + Emu.GetTitleID() + "_" + get_current_date_time() +"_capture.rrc";
const std::string& filePath = fs::get_config_dir() + "captures/" + Emu.GetTitleID() + "_" + get_current_date_time() +"_capture.rrc";
archive(frame_capture);
{
// todo: 'dynamicly' create capture filename, also may want to compress this data?