mirror of https://github.com/PCSX2/pcsx2.git
No wonder snapshots didn't work, the directory is not there. Renamed "snap" to "snaps" for GSmakeSnapshot.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@483 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6e22fe3557
commit
e7536c1bbb
|
@ -639,7 +639,7 @@ void ProcessFKeys(int fkey, int shift)
|
|||
|
||||
// note: VK_F5-VK_F7 are reserved for GS
|
||||
case 8:
|
||||
GSmakeSnapshot("snap/");
|
||||
GSmakeSnapshot("snaps/");
|
||||
break;
|
||||
|
||||
#ifdef PCSX2_DEVBUILD
|
||||
|
|
Loading…
Reference in New Issue