| 92 | } |
| 93 | |
| 94 | static void BatchVblHandler( void * arg ) |
| 95 | { |
| 96 | gBatchTestEventHandler->OnVerticalBlank(); |
| 97 | } |
| 98 | |
| 99 | static void MakeNewLogFilename( IO::Filename & filepath, const char * rundir ) |
| 100 | { |
nothing calls this directly
no test coverage detected