SDL: fixed a compile error with gcc
This commit is contained in:
parent
f0cda70dea
commit
c9d5c168a2
|
@ -171,7 +171,7 @@ public:
|
|||
std::string romFilename;
|
||||
std::vector<uint8> savestate;
|
||||
std::vector<MovieRecord> records;
|
||||
std::vector<std::vector<uint8>> savestates;
|
||||
std::vector<std::vector<uint8> > savestates;
|
||||
std::vector<std::wstring> comments;
|
||||
std::vector<std::string> subtitles;
|
||||
//this is the RERECORD COUNT. please rename variable.
|
||||
|
|
Loading…
Reference in New Issue