Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vemulator-libretro
Commits
fd749e1d
Commit
fd749e1d
authored
Aug 26, 2018
by
orbea
Browse files
Init flashWriter to NULL.
This fixes a segfault when loaded without content.
parent
78d09078
Changes
1
Show whitespace changes
Inline
Side-by-side
flash.h
View file @
fd749e1d
...
...
@@ -96,7 +96,7 @@ private:
byte
*
FAT
;
byte
*
rootBlock
;
byte
*
data
;
FILE
*
flashWriter
;
FILE
*
flashWriter
=
NULL
;
char
*
romName
;
bool
IsRealFlash
;
bool
IsSaveEnabled
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment