BizHawk/psx/octoshock/tests.h

9 lines
173 B
C
Raw Normal View History

#ifndef __MDFN_TESTS_H
#define __MDFN_TESTS_H
bool MDFN_RunMathTests(void);
2020-04-06 04:35:32 +00:00
void MDFN_RunExceptionTests(const unsigned thread_count, const unsigned thread_delay);
#endif