We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48838fd commit 1a229afCopy full SHA for 1a229af
pcsx2/GSDumpReplayer.cpp
@@ -525,6 +525,9 @@ bool GSDumpReplayer::ChangeDump(const char* filename)
525
std::string file_str;
526
if (!GSBatchRunAcquireFile(file_str))
527
return false;
528
+ MTGS::RunOnGSThread([runner_name = GetRunnerName(), file_str]() {
529
+ Console.ErrorFmt("(GSRunner/{}) Acquired: '{}'.", runner_name, file_str);
530
+ });
531
Error error;
532
GSDumpFileLoaderLazy::RetVal ret = loader.AddFile(file_str, &error);
533
if (ret == GSDumpFileLoaderLazy::SUCCESS)
0 commit comments