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:
gabest11 2009-02-13 09:26:15 +00:00
parent 6e22fe3557
commit e7536c1bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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