Port web_service from Citra

This commit is contained in:
fearlessTobi
2018-09-16 20:05:51 +02:00
parent 5f30f95e94
commit 4d139943f2
45 changed files with 1577 additions and 39 deletions

View File

@ -39,6 +39,9 @@ struct Values {
bool confirm_before_closing;
bool first_start;
// Discord RPC
bool enable_discord_presence;
QString roms_path;
QString symbols_path;
QString gamedir;