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

Dummy audio driver missing #9

Closed
JayFoxRox opened this issue Sep 4, 2019 · 0 comments · Fixed by #10
Closed

Dummy audio driver missing #9

JayFoxRox opened this issue Sep 4, 2019 · 0 comments · Fixed by #10

Comments

@JayFoxRox
Copy link
Member

Even if we don't have working audio, we should still have a working audio API.


Might already be enough to add the following to Makefile.xbox:

SDL_SRCS += $(wildcard $(SDL_DIR)/src/audio/*.c)
SDL_SRCS += $(wildcard $(SDL_DIR)/src/audio/dummy/*.c)

Someone should test this, send a PR to this repo, and then send a PR to nxdk to update the submodule.

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

Successfully merging a pull request may close this issue.

1 participant