diff --git a/UnleashedRecomp/patches/video_patches.cpp b/UnleashedRecomp/patches/video_patches.cpp index 3bf6ebe5..d3e1f0d2 100644 --- a/UnleashedRecomp/patches/video_patches.cpp +++ b/UnleashedRecomp/patches/video_patches.cpp @@ -41,6 +41,9 @@ void CameraBoostAspectRatioMidAsmHook(PPCRegister& r31, PPCRegister& f0) void CSDAspectRatioMidAsmHook(PPCRegister& f1, PPCRegister& f2) { + if (Config::UIScaleMode == EUIScaleMode::Stretch) + return; + auto newAspectRatio = (float)Window::s_width / (float)Window::s_height; if (newAspectRatio > m_baseAspectRatio) diff --git a/UnleashedRecomp/ui/window.h b/UnleashedRecomp/ui/window.h index cab4fbf5..b560981e 100644 --- a/UnleashedRecomp/ui/window.h +++ b/UnleashedRecomp/ui/window.h @@ -63,7 +63,7 @@ public: if (!title) { title = Config::Language == ELanguage::Japanese - ? "Sonic World Adventure" + ? "SONIC WORLD ADVENTURE" : "SONIC UNLEASHED"; } diff --git a/thirdparty/PowerRecomp b/thirdparty/PowerRecomp index a7c970d3..d8676283 160000 --- a/thirdparty/PowerRecomp +++ b/thirdparty/PowerRecomp @@ -1 +1 @@ -Subproject commit a7c970d32497b7f1624a2871fdd67435d724b1ef +Subproject commit d8676283fd1e8990b415cc0e4810c6db895b9fba