mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Add Rudimentray Proxy Support (#68)
* Add Rudimentray Proxy Support to NAPI
This commit is contained in:
parent
b2b79b4844
commit
e524a6c16d
3 changed files with 15 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue