SPU: Add audio dumping support

This commit is contained in:
Connor McLaughlin
2020-03-15 22:04:17 +10:00
parent 198a64eb5e
commit 8e20d0d4ff
6 changed files with 113 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ struct Settings
AudioBackend audio_backend = AudioBackend::Cubeb;
bool audio_sync_enabled = true;
bool audio_dump_on_boot = true;
struct DebugSettings
{