diff options
author | 2022-05-24 20:35:25 +1000 | |
---|---|---|
committer | 2022-05-24 20:35:25 +1000 | |
commit | 179faaed78191b3060d724a8cc0f2f7a802e7b3e (patch) | |
tree | 86ba632c01e80373ac5385ee071836b41771161e /src/frontend/mame/audit.h | |
parent | 170443ff6fd532fe8180edf33123529d2a593218 (diff) |
*****Removed unneeded/forgotten differences to mame code
Diffstat (limited to 'src/frontend/mame/audit.h')
-rw-r--r-- | src/frontend/mame/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/audit.h b/src/frontend/mame/audit.h index e1857de5cdf..39e9b362262 100644 --- a/src/frontend/mame/audit.h +++ b/src/frontend/mame/audit.h @@ -159,7 +159,7 @@ public: summary audit_software(software_list_device &swlist, const software_info &swinfo, const char *validation = AUDIT_VALIDATE_FULL); summary audit_samples(); summary summarize(const char *name, std::ostream *output = nullptr) const; - summary winui_summarize(const char *name, std::string *output = nullptr); //WINUI - only report problems that the user can fix + summary winui_summarize(const char *name, std::string *output = nullptr); //MESSUI - only report problems that the user can fix private: // internal helpers |