aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index d772bd0..1aca498 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
#elif defined(ODROID)
desktopFS = 1;
#else
- screenScale = 2;
+ screenScale = 1;
#endif
useJoystick = 1;
// get command line arguments
@@ -128,4 +128,4 @@ int main(int argc, char **argv)
#endif
return 0;
-} \ No newline at end of file
+}