Merge pull request #1332 from FearlessTobi/port-web-backend

Port web_service from Citra
This commit is contained in:
bunnei 2018-10-06 02:43:09 -04:00 committed by GitHub
commit 21986d86ca
55 changed files with 21637 additions and 40 deletions

View file

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