mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
VideoCommon: always enable efb copy
This commit is contained in:
parent
0e34737390
commit
1313d3461f
8 changed files with 9 additions and 38 deletions
|
@ -375,8 +375,7 @@ void Renderer::DrawDebugText()
|
|||
break;
|
||||
}
|
||||
|
||||
const char* const efbcopy_text = g_ActiveConfig.bEFBCopyEnable ?
|
||||
(g_ActiveConfig.bCopyEFBToTexture ? "to Texture" : "to RAM") : "Disabled";
|
||||
const char* const efbcopy_text = g_ActiveConfig.bCopyEFBToTexture ? "to Texture" : "to RAM";
|
||||
|
||||
// The rows
|
||||
const std::string lines[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue