EAC EMULATOR 2025


#define EMULATEEACUD2024 0

CR0 cr0;
cr0.AsUInt = __readcr0();

cr0.EmulateFpu = EMULATEEACUD2024;

__writecr0(cr0.AsUInt);