summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/inputmap.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-01-29 00:51:28 +1100
committer Vas Crabb <vas@vastheman.com>2021-01-29 00:51:28 +1100
commit86666f388eb8ee809a953e320acb828f2bd574c1 (patch)
treeeead887b37a9fd071fb505e640bba2fe11f6387c /src/frontend/mame/ui/inputmap.h
parent1832b25ad131c25c9f85cf68ef9ff053a74c0341 (diff)
Bug fixes and usablility enhancements:
* Declare intent when requesting virtual memory (for NetBSD, 7712) * Improve scrolling behaviour in Qt debugger (MT07795) * Added prompts to input mapping menu to make it less intimidating
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r--src/frontend/mame/ui/inputmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h
index 5ed8c057c96..8058342515e 100644
--- a/src/frontend/mame/ui/inputmap.h
+++ b/src/frontend/mame/ui/inputmap.h
@@ -71,6 +71,8 @@ protected:
private:
std::unique_ptr<input_sequence_poller> seq_poll;
+ std::string assignprompt, appendprompt;
+ std::string clearprompt, defaultprompt;
std::string errormsg;
input_item_data *erroritem;
input_item_data *lastitem;