From ee12b7d2f74834cb9ca9dd8d6de7ba9d8c1f30e1 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 4 Apr 2016 23:46:44 -0400 Subject: Revert software-installed slot/image options when changing software - Remove emu.h's stealth include of emuopts.h through mconfig.h; reduce dependency on emuopts.h in other headers and source files. - MCFG_CPU_FORCE_NO_DRC is now a CPU configuration parameter rather than a global one; it still works to override the -drc option setting. --- src/emu/luaengine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu/luaengine.cpp') diff --git a/src/emu/luaengine.cpp b/src/emu/luaengine.cpp index 8de543669d2..1f767413b50 100644 --- a/src/emu/luaengine.cpp +++ b/src/emu/luaengine.cpp @@ -16,6 +16,7 @@ #include "emu.h" #include "cheat.h" #include "drivenum.h" +#include "emuopts.h" #include "ui/ui.h" #include "luaengine.h" #include -- cgit v1.2.3