summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/mainmenu.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-11-16 02:21:45 +1100
committer Vas Crabb <vas@vastheman.com>2019-11-16 02:21:45 +1100
commit85eeea5d57762ad516a9be394bd167920b142ab0 (patch)
tree19bd7d5de466d34e1e0c6f64acd0fe10a0d3be2f /src/frontend/mame/ui/mainmenu.cpp
parent35f40a8200ec3c27351f0ff9f8f8721361c16dff (diff)
Display emulated analog input values on the anaolg controls menu screen
Diffstat (limited to 'src/frontend/mame/ui/mainmenu.cpp')
-rw-r--r--src/frontend/mame/ui/mainmenu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/mainmenu.cpp b/src/frontend/mame/ui/mainmenu.cpp
index b9befd90991..10cbced036d 100644
--- a/src/frontend/mame/ui/mainmenu.cpp
+++ b/src/frontend/mame/ui/mainmenu.cpp
@@ -11,6 +11,7 @@
#include "emu.h"
#include "ui/mainmenu.h"
+#include "ui/analogipt.h"
#include "ui/barcode.h"
#include "ui/cheatopt.h"
#include "ui/datmenu.h"