mirror of https://github.com/PCSX2/pcsx2.git
gs: change screenshot prefix from gsdx to gs.
This commit is contained in:
parent
146b33f120
commit
8281eec60e
|
@ -653,7 +653,7 @@ uint32 GSmakeSnapshot(char* path)
|
||||||
s = s + DIRECTORY_SEPARATOR;
|
s = s + DIRECTORY_SEPARATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
return s_gs->MakeSnapshot(s + "gsdx");
|
return s_gs->MakeSnapshot(s + "gs");
|
||||||
}
|
}
|
||||||
catch (GSRecoverableError)
|
catch (GSRecoverableError)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue