From 0082b50ab90d230073548345baab3755428355e9 Mon Sep 17 00:00:00 2001 From: Killklli <11064610+Killklli@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:13:17 -0400 Subject: [PATCH] Discovery URL for Mod Discovery UI --- librecomp/include/librecomp/game.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/librecomp/include/librecomp/game.hpp b/librecomp/include/librecomp/game.hpp index 6df55ee..9a270b4 100644 --- a/librecomp/include/librecomp/game.hpp +++ b/librecomp/include/librecomp/game.hpp @@ -23,6 +23,7 @@ namespace recomp { std::string internal_name; std::u8string game_id; std::string mod_game_id; + std::string discovery_url; SaveType save_type = SaveType::None; bool is_enabled; // Only needed for mod function hooking support, not needed if `has_compressed_code` is false.