mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix parameter naming in DSPEmulator.h. Should be "HLE" in CreateDSPEmulator's prototype, not "LLE".
This commit is contained in:
parent
9a8dd7963e
commit
e3e818f83c
@ -37,6 +37,6 @@ protected:
|
|||||||
SoundStream *soundStream;
|
SoundStream *soundStream;
|
||||||
};
|
};
|
||||||
|
|
||||||
DSPEmulator *CreateDSPEmulator(bool LLE);
|
DSPEmulator *CreateDSPEmulator(bool HLE);
|
||||||
|
|
||||||
#endif // _DSPEMULATOR_H_
|
#endif // _DSPEMULATOR_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user