-
Notifications
You must be signed in to change notification settings - Fork 2
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
[3.5 | Switch] Separate the Audren driver into its own directory #3
[3.5 | Switch] Separate the Audren driver into its own directory #3
Conversation
72b8f1e
to
a1156e5
Compare
This is a pretty disposable PR. I feel like it wouldn't make a huge difference. It did make good practice for learning how to make new directories and files in the engine, though. |
a1156e5
to
19c197a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with motivation behind PR, it's better organised this way even if LibNX never adds other audio drivers - and if they do, saves some work in the future
Reviewed all changes, looks good to me!
(I have a longer comment on audio_driver_audren.cpp about moving some the includes to audio_driver_audren.h - but that's purely a matter of opinion on conventions and best practices, it's not a real issue of note nor something I care about enough to insist upon)
19c197a
to
541abf7
Compare
Separated the Switch audio driver into its own directory, behind a preprocessor flag. There may be other audio drivers provided by the LibNX in the future.
541abf7
to
0bcc1d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, and has the suggested change from last review applied. Approved.
There may be other audio drivers provided by the LibNX in the future.