Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix parameter naming in DSPEmulator.h. Should be "HLE" in CreateDSPEm…
…ulator's prototype, not "LLE".
  • Loading branch information
lioncash committed Apr 23, 2013
1 parent 9a8dd79 commit e3e818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/DSPEmulator.h
Expand Up @@ -37,6 +37,6 @@ class DSPEmulator
SoundStream *soundStream;
};

DSPEmulator *CreateDSPEmulator(bool LLE);
DSPEmulator *CreateDSPEmulator(bool HLE);

#endif // _DSPEMULATOR_H_

0 comments on commit e3e818f

Please sign in to comment.