Skip to content

Commit 690ec02

Browse files
Remove leftover UnleashedRecomp calls when available (#70)
* Replace some leftover UnleashedRecomp references * this slipped past me
1 parent 9132f92 commit 690ec02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MarathonRecomp/kernel/xam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ uint32_t XamShowMessageBoxUI(uint32_t dwUserIndex, be<uint16_t>* wszTitle, be<ui
227227

228228
wprintf(L"[XamShowMessageBoxUI] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
229229
wprintf(L"[XamShowMessageBoxUI] If you are encountering this message and the game has ceased functioning,\n");
230-
wprintf(L"[XamShowMessageBoxUI] please create an issue at https://github.com/hedge-dev/UnleashedRecomp/issues.\n");
230+
wprintf(L"[XamShowMessageBoxUI] please create an issue at https://github.com/sonicnext-dev/MarathonRecomp/issues.\n");
231231
wprintf(L"[XamShowMessageBoxUI] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
232232
wprintf(L"[XamShowMessageBoxUI] %ls\n", texts[0].c_str());
233233
wprintf(L"[XamShowMessageBoxUI] %ls\n", texts[1].c_str());

MarathonRecomp/os/win32/registry_win32.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <os/registry.h>
22

3-
inline const wchar_t* g_registryRoot = L"Software\\UnleashedRecomp";
3+
inline const wchar_t* g_registryRoot = L"Software\\MarathonRecomp";
44

55
inline bool os::registry::Init()
66
{

MarathonRecomp/ui/game_window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ int Window_OnSDLEvent(void*, SDL_Event* event)
157157
void GameWindow::Init(const char* sdlVideoDriver)
158158
{
159159
#ifdef __linux__
160-
SDL_SetHint("SDL_APP_ID", "io.github.sonicnext_dev.unleashedrecomp");
160+
SDL_SetHint("SDL_APP_ID", "io.github.sonicnext_dev.marathonrecomp");
161161
#endif
162162

163163
if (SDL_VideoInit(sdlVideoDriver) != 0 && sdlVideoDriver)

0 commit comments

Comments
 (0)