gs: change screenshot prefix from gsdx to gs.

This commit is contained in:
lightningterror 2021-06-20 06:33:29 +02:00 committed by Kojin
parent 146b33f120
commit 8281eec60e
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ uint32 GSmakeSnapshot(char* path)
s = s + DIRECTORY_SEPARATOR;
}
return s_gs->MakeSnapshot(s + "gsdx");
return s_gs->MakeSnapshot(s + "gs");
}
catch (GSRecoverableError)
{