mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Make hotkeys for togglign IR, AR, efb copies and fog settings configurable.
This commit is contained in:
parent
4987f89ecc
commit
a33b1fcdc6
9 changed files with 49 additions and 46 deletions
|
@ -254,9 +254,6 @@ void Renderer::SetScreenshot(const char *filename)
|
|||
// Create On-Screen-Messages
|
||||
void Renderer::DrawDebugText()
|
||||
{
|
||||
if (!g_Config.bOSDHotKey)
|
||||
return;
|
||||
|
||||
// OSD Menu messages
|
||||
if (OSDChoice > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue