mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-24 03:01:48 +00:00
Remove "Disable Lighting".
This commit is contained in:
parent
1d9ac2f6e1
commit
1dd6b978c1
7 changed files with 1 additions and 28 deletions
|
@ -198,10 +198,6 @@ void XEventThread()
|
|||
OSDChoice = 4;
|
||||
g_Config.bDisableFog = !g_Config.bDisableFog;
|
||||
break;
|
||||
case XK_7:
|
||||
OSDChoice = 5;
|
||||
g_Config.bDisableLighting = !g_Config.bDisableLighting;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue