mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Fix some compilation warnings
This commit is contained in:
parent
869c5d7a8c
commit
09714f86c3
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue