-------------------------------------------------------------------------
| 360 | |
| 361 | //------------------------------------------------------------------------- |
| 362 | int FCEU_profiler_log_thread_activity(void) |
| 363 | { |
| 364 | FCEU::execList.update(); |
| 365 | return 0; |
| 366 | } |
| 367 | #endif // __FCEU_PROFILER_ENABLE__ |
no test coverage detected