| 2325 | } |
| 2326 | |
| 2327 | void ForceExecuteLuaFrameFunctions() |
| 2328 | { |
| 2329 | FCEU_LuaFrameBoundary(); |
| 2330 | CallRegisteredLuaFunctions(LUACALL_BEFOREEMULATION); |
| 2331 | CallRegisteredLuaFunctions(LUACALL_AFTEREMULATION); |
| 2332 | } |
| 2333 | |
| 2334 | void TaseditorAutoFunction() |
| 2335 | { |
no test coverage detected