diff options
author | 2020-07-10 09:21:14 -0400 | |
---|---|---|
committer | 2020-07-10 09:21:14 -0400 | |
commit | cff37cc7ee48d18841481ac95c25e77f8004dc11 (patch) | |
tree | 1d3710933a9363618df5b1d3a0d92820f0f753e9 /scripts/src/cpu.lua | |
parent | e60954a61a828de2b5593d549b0caf6138c02756 (diff) |
Remove x86emit.h
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 54c0bc7576a..e8eabea847c 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -44,7 +44,6 @@ if (CPU_INCLUDE_DRC) then MAME_DIR .. "src/devices/cpu/drcbex64.cpp", MAME_DIR .. "src/devices/cpu/drcbex64.h", MAME_DIR .. "src/devices/cpu/drcumlsh.h", - MAME_DIR .. "src/devices/cpu/x86emit.h", } end |