forked from dolphin-emu/dolphin
Fix ArmEmitter's asserts from failing to compile.
Changed them all from debug asserts to regular asserts, since they shouldn't only be run at debug time.
This commit is contained in:
Changed them all from debug asserts to regular asserts, since they shouldn't only be run at debug time.