mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
VideoCommon: rename efb2tex and efb2ram
This commit is contained in:
parent
1313d3461f
commit
967eaad8df
10 changed files with 15 additions and 24 deletions
|
@ -1344,7 +1344,7 @@ void CFrame::ParseHotkeys(wxKeyEvent &event)
|
|||
{
|
||||
OSDChoice = 3;
|
||||
// Toggle EFB copies between EFB2RAM and EFB2Texture
|
||||
g_Config.bCopyEFBToTexture = !g_Config.bCopyEFBToTexture;
|
||||
g_Config.bSkipEFBCopyToRam = !g_Config.bSkipEFBCopyToRam;
|
||||
}
|
||||
else if (IsHotkey(event, HK_TOGGLE_FOG))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue