1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 17:06:32 -05:00

yuzu: Add UI tab to configure BCAT services

Also displays current events if boxcat is selected.
This commit is contained in:
Zach Hilman
2019-04-28 19:01:23 -04:00
parent 102db206e0
commit f0551aef09
6 changed files with 302 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ void ConfigureDialog::ApplyConfiguration() {
ui->audioTab->ApplyConfiguration();
ui->debugTab->ApplyConfiguration();
ui->webTab->ApplyConfiguration();
ui->serviceTab->ApplyConfiguration();
Settings::Apply();
Settings::LogSettings();
}