diff options
author | 2016-02-21 11:48:45 +0100 | |
---|---|---|
committer | 2016-02-21 11:48:45 +0100 | |
commit | cc24a339d8c0517259084b5c178d784626ba965c (patch) | |
tree | 9868e9687b5802ae0a3733712a3bbeb3bc75c953 /src/emu/info.h | |
parent | b5daabda5495dea5c50e17961ecfed2ea8619d76 (diff) |
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Second attempt
Diffstat (limited to 'src/emu/info.h')
-rw-r--r-- | src/emu/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.h b/src/emu/info.h index 0607acf9d7e..78082ec033b 100644 --- a/src/emu/info.h +++ b/src/emu/info.h @@ -28,7 +28,7 @@ public: info_xml_creator(driver_enumerator &drivlist); // output - void output(FILE *out); + void output(FILE *out, bool nodevices = false); private: // internal helper |