summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:42:14 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-02-03 17:42:14 -0500
commitc47ed0112e961c9ff0ee48e50e12cb3d4a2e3675 (patch)
tree1d93fab6bc0a3594ac6da00c3d3da4fd73fa8e59 /scripts/src
parentb06424406934f618ef1126d2bef09335574bffc0 (diff)
coretmpl.h: Move lru_cache_map to separate header
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/lib.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index edc68ee3c13..986f724d988 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -28,6 +28,7 @@ project "utils"
files {
MAME_DIR .. "src/lib/util/bitstream.h",
MAME_DIR .. "src/lib/util/coretmpl.h",
+ MAME_DIR .. "src/lib/util/lrucache.h",
MAME_DIR .. "src/lib/util/avhuff.cpp",
MAME_DIR .. "src/lib/util/avhuff.h",
MAME_DIR .. "src/lib/util/aviio.cpp",