mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-07 02:05:19 +01: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.