summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-09-16 00:28:09 +1000
committer Vas Crabb <cuavas@users.noreply.github.com>2021-09-16 02:02:45 +1000
commitd334586156dabf0db220b843c81f2a54cc3a2ece (patch)
treed853270b7b8081769700703d50814794c54a0209 /scripts
parent4a39d895af7f22ce57aeebab588845cb3f7a62d6 (diff)
-util/delegate.cpp: One less level of indirection for functoid delegates.
* If a delegate is set to a functoid (e.g. a lambda) with a signature that is an exact match for the delegate's signature, it will be bound directly. If arguments or the return value need conversion, a static adaptor will be generated. This removes unnecessary indirection through std::function::operator(). -Added a few more documentation comments.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/tiny.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua
index 87d5aa546ee..b8a977d6acc 100644
--- a/scripts/target/mame/tiny.lua
+++ b/scripts/target/mame/tiny.lua
@@ -127,7 +127,6 @@ files{
MAME_DIR .. "src/mame/includes/exidy.h",
MAME_DIR .. "src/mame/audio/exidy.cpp",
MAME_DIR .. "src/mame/audio/exidy.h",
- MAME_DIR .. "src/mame/video/exidy.cpp",
MAME_DIR .. "src/mame/audio/exidy440.cpp",
MAME_DIR .. "src/mame/audio/exidy440.h",
MAME_DIR .. "src/mame/audio/nl_fireone.h",