mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ protected:
|
|||
SoundStream *soundStream;
|
||||
};
|
||||
|
||||
DSPEmulator *CreateDSPEmulator(bool LLE);
|
||||
DSPEmulator *CreateDSPEmulator(bool HLE);
|
||||
|
||||
#endif // _DSPEMULATOR_H_
|
||||
|
|
Loading…
Add table
Reference in a new issue