1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

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

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);
}