Replace LDR_* with PS::Loader::* in comments

This has been forgoten in 1917d034fd.
This commit is contained in:
phosit
2025-12-16 19:35:25 +01:00
parent ca0d6d3768
commit 2a2d5de350
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ static int ProgressiveLoad()
case INFO::ALL_COMPLETE:
g_Game->ReallyStartGame();
description = L"Game is starting..";
// LDR_ProgressiveLoad returns L""; set to valid text to
// PS::Loader::ProgressiveLoad returns L""; set to valid text to
// avoid problems in converting to JSString
break;
// error!