BizHawk/psx/octoshock/tests.h

9 lines
173 B
C

#ifndef __MDFN_TESTS_H
#define __MDFN_TESTS_H
bool MDFN_RunMathTests(void);
void MDFN_RunExceptionTests(const unsigned thread_count, const unsigned thread_delay);
#endif