Add Rudimentray Proxy Support (#68)

* Add Rudimentray Proxy Support to NAPI
This commit is contained in:
tastymeatball 2022-08-26 17:04:46 +02:00 committed by GitHub
parent b2b79b4844
commit e524a6c16d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View file

@ -331,6 +331,7 @@ struct CemuConfig
ConfigValue<std::wstring> mlc_path {};
ConfigValue<bool> fullscreen_menubar{ false };
ConfigValue<bool> fullscreen{ false };
ConfigValue<std::string> proxy_server{};
std::vector<std::wstring> game_paths;
std::mutex game_cache_entries_mutex;