mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Fix parameter naming in DSPEmulator.h. Should be "HLE" in CreateDSPEmulator's prototype, not "LLE".
This commit is contained in:
@ -37,6 +37,6 @@ protected:
|
||||
SoundStream *soundStream;
|
||||
};
|
||||
|
||||
DSPEmulator *CreateDSPEmulator(bool LLE);
|
||||
DSPEmulator *CreateDSPEmulator(bool HLE);
|
||||
|
||||
#endif // _DSPEMULATOR_H_
|
||||
|
Reference in New Issue
Block a user