mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-07 05:12:07 -06:00
Removed RomFSRawCopy + VfsDirectoryCreateFileWrapper obsolete functions
This commit is contained in:
committed by
Crimson Hawk
parent
ba5b604f9a
commit
51862e862d
@@ -612,7 +612,7 @@ struct Values {
|
||||
|
||||
// WebService
|
||||
Setting<bool> enable_telemetry{linkage, false, "enable_telemetry", Category::WebService};
|
||||
Setting<std::string> web_api_url{linkage, "https://api.yuzu-emu.org", "web_api_url",
|
||||
Setting<std::string> web_api_url{linkage, "https://api.suyu.dev", "web_api_url",
|
||||
Category::WebService};
|
||||
Setting<std::string> yuzu_username{linkage, std::string(), "yuzu_username",
|
||||
Category::WebService};
|
||||
|
||||
Reference in New Issue
Block a user