CitraQt: Apply config at startup

This commit is contained in:
Jannik Vogel 2016-04-11 14:38:42 +02:00
parent ff971e3f10
commit ce26f4c099
6 changed files with 19 additions and 12 deletions

View file

@ -67,4 +67,6 @@ struct Values {
u16 gdbstub_port;
} extern values;
void Apply();
}