mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Clean Up
This commit is contained in:

committed by
Buddybenj

parent
e7f2a04699
commit
4f324ad742
@ -10,11 +10,7 @@
|
||||
DSPEmulator *CreateDSPEmulator(bool HLE)
|
||||
{
|
||||
if (HLE)
|
||||
{
|
||||
return new DSPHLE();
|
||||
}
|
||||
else
|
||||
{
|
||||
return new DSPLLE();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user