forked from len0rd/rockbox
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
This commit is contained in:
parent
8971b230dc
commit
7704a3ccd7
5 changed files with 49 additions and 9 deletions
|
|
@ -91,6 +91,7 @@ struct options {
|
|||
int UP, DOWN, LEFT, RIGHT;
|
||||
int frameskip, fps, maxskip;
|
||||
int sound, scaling, showstats;
|
||||
int autosave;
|
||||
int rotate;
|
||||
int pal;
|
||||
int dirty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue