Replace uses of SWA with UnleashedRecomp & rebrand the recompilers. (#138)

This commit is contained in:
Skyth (Asilkan)
2025-01-19 23:21:05 +03:00
committed by GitHub
parent 312f913a92
commit 1efb4943b3
28 changed files with 147 additions and 153 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ void GameWindow::Init(const char* sdlVideoDriver)
if (!IsPositionValid())
GameWindow::ResetDimensions();
s_pWindow = SDL_CreateWindow("SWA", s_x, s_y, s_width, s_height, GetWindowFlags());
s_pWindow = SDL_CreateWindow("Unleashed Recompiled", s_x, s_y, s_width, s_height, GetWindowFlags());
if (IsFullscreen())
SDL_ShowCursor(SDL_DISABLE);