mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 07:14:19 +00:00
This also makes it a strongly-typed enum. Considering that the flushing mode is a trait/behavior for the register cache, it doesn't really make sense to have the enum separate from it. This also has the benefit of removing constants from global scope.