mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
ControllerEmu: Convert Translatability to enum class
This commit is contained in:
parent
c8559a7933
commit
527f8e783c
26 changed files with 137 additions and 111 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
enum Translatability
|
||||
enum class Translatability
|
||||
{
|
||||
DoNotTranslate,
|
||||
Translate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue