Comment out cpu_check, which only creates errors
This commit is contained in:
parent
7cb9bb7a25
commit
110fa71a2c
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user