Comment out cpu_check, which only creates errors

This commit is contained in:
jacob1 2012-12-25 20:11:48 -05:00
parent 7cb9bb7a25
commit 110fa71a2c

View File

@ -279,7 +279,7 @@ void *file_load(char *fn, int *size)
int cpu_check(void)
{
#ifdef MACOSX
/*#ifdef MACOSX
return 0;
#else
#ifdef X86
@ -301,7 +301,7 @@ int cpu_check(void)
return 1;
#endif
#endif
#endif
#endif*/
return 0;
}