mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 23:41:19 +01:00
64d1865448
FPSCR.FEX is supposed to be a logical OR of all floating-point exception bits masked by their respective enable bits. Currently UpdateFPSCR() isn't called by anything in the interpreter except for mcrfs and mffs, so this doesn't alter existing behavior that much. However, this will be necessary in future PRs when making the interpreter more accurate in how it sets flags.