From 0a2ec330a3bf42a545f19f0de3869f9ff295801e Mon Sep 17 00:00:00 2001 From: BlueSpeedsterYT <36098277+BlueSpeedsterYT@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:54:39 +0300 Subject: [PATCH 1/2] Replace some leftover UnleashedRecomp references --- MarathonRecomp/kernel/xam.cpp | 2 +- MarathonRecomp/os/win32/registry_win32.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MarathonRecomp/kernel/xam.cpp b/MarathonRecomp/kernel/xam.cpp index eac6f6b38..12eea8337 100644 --- a/MarathonRecomp/kernel/xam.cpp +++ b/MarathonRecomp/kernel/xam.cpp @@ -227,7 +227,7 @@ uint32_t XamShowMessageBoxUI(uint32_t dwUserIndex, be* wszTitle, be -inline const wchar_t* g_registryRoot = L"Software\\UnleashedRecomp"; +inline const wchar_t* g_registryRoot = L"Software\\MarathonRecomp"; inline bool os::registry::Init() { From 4042cf08466b180f30ad71bb972fd3629b4e42c6 Mon Sep 17 00:00:00 2001 From: BlueSpeedsterYT <36098277+BlueSpeedsterYT@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:01:32 +0300 Subject: [PATCH 2/2] this slipped past me --- MarathonRecomp/ui/game_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarathonRecomp/ui/game_window.cpp b/MarathonRecomp/ui/game_window.cpp index c26aea61f..d34090f19 100644 --- a/MarathonRecomp/ui/game_window.cpp +++ b/MarathonRecomp/ui/game_window.cpp @@ -157,7 +157,7 @@ int Window_OnSDLEvent(void*, SDL_Event* event) void GameWindow::Init(const char* sdlVideoDriver) { #ifdef __linux__ - SDL_SetHint("SDL_APP_ID", "io.github.sonicnext_dev.unleashedrecomp"); + SDL_SetHint("SDL_APP_ID", "io.github.sonicnext_dev.marathonrecomp"); #endif if (SDL_VideoInit(sdlVideoDriver) != 0 && sdlVideoDriver)