mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Fix some compilation warnings
This commit is contained in:
@ -1472,7 +1472,7 @@ void CFrame::ParseHotkeys()
|
||||
VertexShaderManager::ResetView();
|
||||
|
||||
// Savestates
|
||||
for (unsigned int i = 0; i < State::NUM_STATES; i++)
|
||||
for (u32 i = 0; i < State::NUM_STATES; i++)
|
||||
{
|
||||
if (IsHotkey(HK_LOAD_STATE_SLOT_1 + i))
|
||||
State::Load(1 + i);
|
||||
|
Reference in New Issue
Block a user