summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/rockmacros.h
diff options
context:
space:
mode:
authorMichael Stummvoll <michael@stummi.org>2010-11-25 12:45:13 +0000
committerMichael Stummvoll <michael@stummi.org>2010-11-25 12:45:13 +0000
commit7704a3ccd7b1a3d1092bde0a1ec13ba6196b550b (patch)
treedd39a8d84f0608dfc932a5e344ccf404c3901215 /apps/plugins/rockboy/rockmacros.h
parent8971b230dcee4140e207d7a36fb769f385cebc82 (diff)
downloadrockbox-7704a3ccd7b1a3d1092bde0a1ec13ba6196b550b.tar.gz
rockbox-7704a3ccd7b1a3d1092bde0a1ec13ba6196b550b.zip
Added the snapshot patch for rockboy (FS#11757)
Added a simple filesize-check for the options file before loading to avoid crashes due the changed config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28664 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/rockmacros.h')
-rw-r--r--apps/plugins/rockboy/rockmacros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h
index f68a613978..4a6822d410 100644
--- a/apps/plugins/rockboy/rockmacros.h
+++ b/apps/plugins/rockboy/rockmacros.h
@@ -91,6 +91,7 @@ struct options {
91 int UP, DOWN, LEFT, RIGHT; 91 int UP, DOWN, LEFT, RIGHT;
92 int frameskip, fps, maxskip; 92 int frameskip, fps, maxskip;
93 int sound, scaling, showstats; 93 int sound, scaling, showstats;
94 int autosave;
94 int rotate; 95 int rotate;
95 int pal; 96 int pal;
96 int dirty; 97 int dirty;