diff options
| author | 2021-09-16 00:28:09 +1000 | |
|---|---|---|
| committer | 2021-09-16 02:02:45 +1000 | |
| commit | d334586156dabf0db220b843c81f2a54cc3a2ece (patch) | |
| tree | d853270b7b8081769700703d50814794c54a0209 /scripts | |
| parent | 4a39d895af7f22ce57aeebab588845cb3f7a62d6 (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.lua | 1 |
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", |
