mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-01 07:52:37 +00:00
Add a Skip EFB Access from CPU Hotkey
This commit is contained in:
parent
64f7a4448b
commit
407ef8b596
3 changed files with 12 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "InputCommon/GCPadStatus.h"
|
||||
|
||||
// clang-format off
|
||||
constexpr std::array<const char*, 138> s_hotkey_labels{{
|
||||
constexpr std::array<const char*, 139> s_hotkey_labels{{
|
||||
_trans("Open"),
|
||||
_trans("Change Disc"),
|
||||
_trans("Eject Disc"),
|
||||
|
@ -104,6 +104,7 @@ constexpr std::array<const char*, 138> s_hotkey_labels{{
|
|||
|
||||
_trans("Toggle Crop"),
|
||||
_trans("Toggle Aspect Ratio"),
|
||||
_trans("Toggle Skip EFB Access"),
|
||||
_trans("Toggle EFB Copies"),
|
||||
_trans("Toggle XFB Copies"),
|
||||
_trans("Toggle XFB Immediate Mode"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue