feat: more accurate logo, festive logo & festive DLC

This commit is contained in:
2026-09-10 22:26:32 -04:00
parent 5725fd715f
commit 59fd8f0cdc
23 changed files with 16 additions and 18 deletions
+6 -6
View File
@@ -335,20 +335,20 @@ void UIScene::loadMovie()
#endif
app.FatalLoadError();
#else
app.DebugPrintf("WARNING: Could not find iggy movie %ls, falling back on 480\n", moviePath.c_str());
app.DebugPrintf("WARNING: Could not find iggy movie %ls, falling back on Vita\n", moviePath.c_str());
moviePath = getMoviePath();
moviePath.append(L"480.swf");
m_loadedResolution = eSceneResolution_480;
moviePath.append(L"Vita.swf");
m_loadedResolution = eSceneResolution_544;
//str1k3r - while 480 & Vita share basically all the same skins its just a extra fallback :D
if(!app.hasArchiveFile(moviePath))
{
app.DebugPrintf("WARNING: Could not find iggy movie %ls, falling back on Vita\n", moviePath.c_str());
app.DebugPrintf("WARNING: Could not find iggy movie %ls, falling back on 480\n", moviePath.c_str());
moviePath = getMoviePath();
moviePath.append(L"Vita.swf");
m_loadedResolution = eSceneResolution_544;
moviePath.append(L"480.swf");
m_loadedResolution = eSceneResolution_480;
if(!app.hasArchiveFile(moviePath))
{