use SDL_HasMMX() do detect MMX capability

This commit is contained in:
anyc 2014-05-19 21:34:54 +02:00
parent e6c90c6ebb
commit e95e6310dc
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ void get_system_info()
else
RCT2_GLOBAL(0x1423C18, sint32) = 1;
RCT2_GLOBAL(0x01423C20, uint32) = RCT2_CALLFUNC(0x406993, uint32); // cpu_has_mmx()
RCT2_GLOBAL(0x01423C20, uint32) = (SDL_HasMMX() == SDL_TRUE);
}