You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the most part DSP LLE already works, but I encountered some issues while recording the Mii Maker video that prompted development of DSP HLE. I think Mii Maker itself isn't working with LLE (i.e. it doesn't output any non-zero audio samples to samples.raw).
For the most part DSP LLE already works, but I encountered some issues while recording the Mii Maker video that prompted development of DSP HLE. I think Mii Maker itself isn't working with LLE (i.e. it doesn't output any non-zero audio samples to samples.raw).
To switch to LLE, remove this line from os.cpp:
hle_titles["dsp"].create = FakeProcessFactoryFor<FakeDSP>;
You'll also want to run the emulator with the
--enable_audio
switch.The text was updated successfully, but these errors were encountered: