mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
fix duplicate variable definition
This commit is contained in:
parent
a3b3f0522b
commit
97d6b71f3f
@ -1466,7 +1466,7 @@ void CFrame::ParseHotkeys(wxKeyEvent &event)
|
|||||||
g_Config.iStereoConvergence = 500;
|
g_Config.iStereoConvergence = 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = HK_SELECT_STATE_SLOT_1; i < HK_SELECT_STATE_SLOT_10; ++i)
|
for (i = HK_SELECT_STATE_SLOT_1; i < HK_SELECT_STATE_SLOT_10; ++i)
|
||||||
{
|
{
|
||||||
if (IsHotkey(event, i))
|
if (IsHotkey(event, i))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user