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

[3.5 | Switch] Separate the Audren driver into its own directory #3

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

halotroop2288
Copy link
Member

@halotroop2288 halotroop2288 commented Jan 13, 2024

  • Separated the Switch audio driver into its own directory, behind a pre-processor flag.
    There may be other audio drivers provided by the LibNX in the future.

@halotroop2288 halotroop2288 changed the title Homebrew Engine Improvements Separate the Switch's Audren driver into its own directory Jan 13, 2024
@halotroop2288 halotroop2288 marked this pull request as ready for review January 13, 2024 02:41
@halotroop2288 halotroop2288 self-assigned this Jan 13, 2024
@halotroop2288
Copy link
Member Author

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.

@halotroop2288 halotroop2288 added the enhancement New feature or request label Jan 13, 2024
@halotroop2288 halotroop2288 changed the title Separate the Switch's Audren driver into its own directory [Switch] Separate the Audren driver into its own directory Jan 14, 2024
Copy link

@hokaze hokaze left a 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)

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.
Copy link

@hokaze hokaze left a 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.

@halotroop2288 halotroop2288 merged commit 8e30da2 into Homebrodot:main/3.5 Jan 22, 2024
15 checks passed
@halotroop2288 halotroop2288 deleted the pr/audren-driver branch January 22, 2024 16:23
@halotroop2288 halotroop2288 changed the title [Switch] Separate the Audren driver into its own directory [3.5 | Switch] Separate the Audren driver into its own directory Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants