mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-04 05:56:46 +02: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.