summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:45:37 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:45:37 -0500
commitf806cfd21c83cf0c013cf721ab2adae3eecdb6ad (patch)
tree2a93b24eef90e4b663792e5843ea11e429b14f22 /src/emu/fileio.h
parentbcf647342a9643fedfba6d9ebc3be56bcc4c1cf1 (diff)
render/bgfx: Fix failure to load texture .png files when -artpath contains multiple directories
Diffstat (limited to 'src/emu/fileio.h')
-rw-r--r--src/emu/fileio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/fileio.h b/src/emu/fileio.h
index 4b4c823f8d3..d05905efa83 100644
--- a/src/emu/fileio.h
+++ b/src/emu/fileio.h
@@ -107,7 +107,7 @@ public:
file_enumerator &operator=(file_enumerator const &) = delete;
// iterator
- const osd::directory::entry *next();
+ const osd::directory::entry *next(const char *subdir = nullptr);
private:
// internal state