From c3d2d20c4765f8085b830e595d5cf59c2c592f74 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Wed, 30 Dec 2009 13:29:24 +0000 Subject: [PATCH] Whops :p git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2404 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSRenderer.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/GSdx/GSRenderer.cpp b/plugins/GSdx/GSRenderer.cpp index 65b4c9bd9a..4835a7f24b 100644 --- a/plugins/GSdx/GSRenderer.cpp +++ b/plugins/GSdx/GSRenderer.cpp @@ -435,7 +435,7 @@ bool GSRenderer::MakeSnapshot(const string& path) return true; } -int bla=0; + void GSRenderer::KeyEvent(GSKeyEventData* e, int param) { if(e->type == KEYPRESS) @@ -450,8 +450,7 @@ void GSRenderer::KeyEvent(GSKeyEventData* e, int param) m_interlace = (m_interlace + 7 + step) % 7; return; case VK_F6: - bla+=1; - //m_aspectratio = (m_aspectratio + 3 + step) % 3; + m_aspectratio = (m_aspectratio + 3 + step) % 3; return; case VK_F7: m_shader = (m_shader + 3 + step) % 3;