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() { 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)