| 133 | |
| 134 | #if defined(TOS) || defined(DOS) |
| 135 | void SleepAndProcessBackgroundTasks(void) |
| 136 | { |
| 137 | Timer_InterruptRun(0); |
| 138 | } |
| 139 | |
| 140 | #elif !defined(_WIN32) || defined(WITH_SDL) || defined(WITH_SDL2) |
| 141 | #if defined(_WIN32) |
nothing calls this directly
no test coverage detected