mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-18 20:00:03 -06:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
std::unique_ptr<DSPEmulator> CreateDSPEmulator(bool hle)
|
||||
{
|
||||
if (hle)
|
||||
return std::make_unique<DSPHLE>();
|
||||
return std::make_unique<DSP::HLE::DSPHLE>();
|
||||
|
||||
return std::make_unique<DSPLLE>();
|
||||
return std::make_unique<DSP::LLE::DSPLLE>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user