mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-13 02:21:55 -08:00
1adbcd54fe
Avoids including unnecessary headers within the audio_renderer.h header, lessening the likelihood of needing to rebuild source files including this header if they ever change. Given std::vector allows forward declaring contained types, we can move VoiceState to the cpp file and hide the implementation entirely.