fix: miles not shutting down, copying extra stuff to output folder, typo, durango output paths & stray pixel on logos

This commit is contained in:
2026-08-29 13:04:39 -04:00
parent 81e4a789b6
commit 902a6ca641
15 changed files with 66 additions and 114 deletions
+2 -2
View File
@@ -298,7 +298,7 @@ void UIScene::loadMovie()
else if(ui.getScreenWidth() >= 960)
{
moviePath.append(L"Vita.swf");
m_loadedResolution = eSceneResolution_Vita;
m_loadedResolution = eSceneResolution_544;
}
else
{
@@ -342,7 +342,7 @@ void UIScene::loadMovie()
moviePath = getMoviePath();
moviePath.append(L"Vita.swf");
m_loadedResolution = eSceneResolution_Vita;
m_loadedResolution = eSceneResolution_544;
if(!app.hasArchiveFile(moviePath))
{