1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 08:56:32 -05:00

Removed RomFSRawCopy + VfsDirectoryCreateFileWrapper obsolete functions

This commit is contained in:
Paulo Alfaiate
2024-03-07 22:39:17 +00:00
committed by Crimson Hawk
parent ba5b604f9a
commit 51862e862d
2 changed files with 1 additions and 71 deletions

View File

@@ -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};