Skip to content

Commit 1a229af

Browse files
committed
Add logging of acquired files.
1 parent 48838fd commit 1a229af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pcsx2/GSDumpReplayer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ bool GSDumpReplayer::ChangeDump(const char* filename)
525525
std::string file_str;
526526
if (!GSBatchRunAcquireFile(file_str))
527527
return false;
528+
MTGS::RunOnGSThread([runner_name = GetRunnerName(), file_str]() {
529+
Console.ErrorFmt("(GSRunner/{}) Acquired: '{}'.", runner_name, file_str);
530+
});
528531
Error error;
529532
GSDumpFileLoaderLazy::RetVal ret = loader.AddFile(file_str, &error);
530533
if (ret == GSDumpFileLoaderLazy::SUCCESS)

0 commit comments

Comments
 (0)