Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remaining hangs with ARM11 DSP module LLE #8

Open
neobrain opened this issue Mar 8, 2024 · 0 comments
Open

Fix remaining hangs with ARM11 DSP module LLE #8

neobrain opened this issue Mar 8, 2024 · 0 comments

Comments

@neobrain
Copy link
Member

neobrain commented Mar 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant