refactor: unglob std::wstring

This commit is contained in:
Tropical
2026-03-06 11:50:22 -06:00
parent 41db813a6d
commit cdc08700e4
581 changed files with 2156 additions and 2154 deletions

View File

@@ -951,7 +951,7 @@ int main()
// 4J-PB - TRC that we need to be able to see the BD in a different titled save from the digital game
if(StorageManager.GetBootTypeDisc())
{
wstring wsTemp = app.GetString(IDS_GAMENAME);
std::wstring wsTemp = app.GetString(IDS_GAMENAME);
WCHAR wchTemp[64];
wsTemp.append(L" (");
mbstowcs(wchTemp,app.GetDiscProductCode(),64);
@@ -991,7 +991,7 @@ int main()
delete [] baSaveImage.data;
}
wstring wsName=L"Graphics\\SaveChest.png";
std::wstring wsName=L"Graphics\\SaveChest.png";
byteArray baSaveLoadIcon = app.getArchiveFile(wsName);
if(baSaveLoadIcon.data!=NULL)
{