mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fix compile with Xcode 8.2 (nw)
This commit is contained in:
parent
733df166a3
commit
fcf35c1b30
@ -1000,7 +1000,7 @@ void debug_imgui::refresh_filelist()
|
|||||||
util::zippath_directory* dir = nullptr;
|
util::zippath_directory* dir = nullptr;
|
||||||
const char *volume_name;
|
const char *volume_name;
|
||||||
const osd::directory::entry *dirent;
|
const osd::directory::entry *dirent;
|
||||||
uint8_t first;
|
uint8_t first = 0;
|
||||||
|
|
||||||
// todo
|
// todo
|
||||||
m_filelist.clear();
|
m_filelist.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user