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

Refactorings #19

Merged
merged 7 commits into from
Oct 13, 2017
Merged

Refactorings #19

merged 7 commits into from
Oct 13, 2017

Conversation

bsmiles32
Copy link
Member

As a preparatory step toward migrating the audio plugins inside the core, I did some refactorings to ease this migration :

  • main module now only contains plugin related stuff (and volume management)
  • each resamplers are in a separate module
  • sdl audio backend logic is in its own module and mimic the audio_out_backend_interface

Refactor resamplers in such a way that main module only interact with
them through a resampler_interface which is agnostic to implementation
details.

Also, for all resamplers, internal state is dynamically allocated, and
no longer relies on global variables.
@richard42 richard42 merged commit d763643 into mupen64plus:master Oct 13, 2017
@bsmiles32 bsmiles32 deleted the refactorings branch November 2, 2017 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants