aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuPlugin.c
diff options
context:
space:
mode:
authornotaz2012-01-16 20:05:37 +0200
committernotaz2012-01-19 01:42:10 +0200
commit07f75e28d81b8acc64cfb6dee9302fb0eba8774a (patch)
tree47a176c669a007556fd114f8e57e0d41e2d859c0 /plugins/gpu-gles/gpuPlugin.c
parent677ea10304049d6f7aae48317fe32cfea060d209 (diff)
downloadpcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.tar.gz
pcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.tar.bz2
pcsx_rearmed-07f75e28d81b8acc64cfb6dee9302fb0eba8774a.zip
gpu-gles: clean up headers and stuff
Diffstat (limited to 'plugins/gpu-gles/gpuPlugin.c')
-rw-r--r--plugins/gpu-gles/gpuPlugin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/gpu-gles/gpuPlugin.c b/plugins/gpu-gles/gpuPlugin.c
index 81b7f05..368c5ce 100644
--- a/plugins/gpu-gles/gpuPlugin.c
+++ b/plugins/gpu-gles/gpuPlugin.c
@@ -560,9 +560,7 @@ long CALLBACK GPUopen(int hwndGPU)
#ifdef _WINDOWS
iResX=240;iResY=320;
#endif
-#ifdef MAEMO_CHANGES
- iResX=800;iResY=480;
-#endif
+ iResX=800;iResY=480;
iColDepth=8;
bChangeRes=FALSE;
#ifdef _WINDOWS