mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-05 11:56:41 +02:00

GCC complains about float_emit being null when inlining ByteswapAfterLoad into MMIOLoadToReg. ByteswapAfterLoad does dereference float_emit, but only when passing FLAG_FLOAT, which MMIOLoadToReg has an assert for and does not support. Also cleaning up some unnecessarily specified namespaces while I'm at it.