mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@738 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -35,9 +35,9 @@ private:
|
||||
};
|
||||
|
||||
// List in progress
|
||||
int m_numSteps;
|
||||
u32 m_numSteps;
|
||||
bool m_bListInProgress;
|
||||
int m_step;
|
||||
u32 m_step;
|
||||
u8 m_Buffer[1024];
|
||||
void ExecuteList();
|
||||
|
||||
|
Reference in New Issue
Block a user