refactor: nuke all widestrings and widechars everywhere

This commit is contained in:
Tropical
2026-04-07 23:20:09 -05:00
parent f1f1d116b3
commit 2912e9ae2e
1323 changed files with 23207 additions and 23399 deletions

View File

@@ -18,7 +18,7 @@ UIComponent_MenuBackground::UIComponent_MenuBackground(int iPad, void* initData,
initialiseMovie();
}
std::wstring UIComponent_MenuBackground::getMoviePath() {
std::string UIComponent_MenuBackground::getMoviePath() {
switch (m_parentLayer->getViewport()) {
case IPlatformRenderer::VIEWPORT_TYPE_SPLIT_TOP:
case IPlatformRenderer::VIEWPORT_TYPE_SPLIT_BOTTOM:
@@ -38,7 +38,7 @@ std::wstring UIComponent_MenuBackground::getMoviePath() {
// We use the fullscreen one even in splitscreen, just draw different parts
// of it
return L"MenuBackground";
return "MenuBackground";
}
void UIComponent_MenuBackground::render(S32 width, S32 height,