mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[Hotkey] Added custom textures toggle
This commit is contained in:
@ -50,6 +50,7 @@ const std::string hotkey_labels[] = {
|
||||
_trans("Toggle EFB Copies"),
|
||||
_trans("Toggle Fog"),
|
||||
_trans("Disable Emulation Speed Limit"),
|
||||
_trans("Toggle Custom Textures"),
|
||||
_trans("Decrease Emulation Speed"),
|
||||
_trans("Increase Emulation Speed"),
|
||||
|
||||
|
@ -49,6 +49,7 @@ enum Hotkey
|
||||
HK_TOGGLE_EFBCOPIES,
|
||||
HK_TOGGLE_FOG,
|
||||
HK_TOGGLE_THROTTLE,
|
||||
HK_TOGGLE_TEXTURES,
|
||||
|
||||
HK_DECREASE_EMULATION_SPEED,
|
||||
HK_INCREASE_EMULATION_SPEED,
|
||||
|
Reference in New Issue
Block a user