mame/scripts
Vas Crabb d334586156 -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.
2021-09-16 02:02:45 +10:00
..
build
font
minimaws minimaws: Better equality for devices. 2021-09-07 00:43:52 +10:00
resources Tidy up loose ends: 2021-01-06 19:09:16 +11:00
src Merge pull request #8559 from 0kmg/nes-mappers-297,374 2021-09-11 19:18:01 -04:00
target -util/delegate.cpp: One less level of indirection for functoid delegates. 2021-09-16 02:02:45 +10:00
xslt remove references to "mame64" from comments 2021-03-29 15:26:38 +02:00
extlib.lua
genie.lua Revert "enable BGFX_CONFIG_DEBUG to get proper asserts" 2021-08-20 09:43:41 +02:00
toolchain.lua Fix compilation with Emscripten versions greater than 2.0.8 (#7794) [Sam Clegg] 2021-04-16 02:44:16 +00:00