From e7536c1bbbbddd42b8974cd8a525ee03a6486b23 Mon Sep 17 00:00:00 2001 From: gabest11 Date: Fri, 13 Feb 2009 09:26:15 +0000 Subject: [PATCH] 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 --- pcsx2/Misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/Misc.cpp b/pcsx2/Misc.cpp index 31b849103d..d1cc1818f1 100644 --- a/pcsx2/Misc.cpp +++ b/pcsx2/Misc.cpp @@ -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