Change the order so selected iso will be first and only then the default iso.

Some other minor cleanup


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4880 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2010-01-18 18:21:27 +00:00
parent 8fec36b22a
commit b5b4d92846
4 changed files with 11 additions and 17 deletions

View File

@ -74,9 +74,9 @@ protected:
bool m_throttle;
short m_buffer[MAX_SAMPLES * 2];
volatile u32 m_numSamples;
u32 m_indexW;
u32 m_indexR;
volatile u32 m_numSamples;
private: