mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +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;
|
||||
const char *volume_name;
|
||||
const osd::directory::entry *dirent;
|
||||
uint8_t first;
|
||||
uint8_t first = 0;
|
||||
|
||||
// todo
|
||||
m_filelist.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user