cleanup: remove console branches from render texture and world helpers

This commit is contained in:
MatthewBeshay
2026-03-26 19:24:04 +11:00
parent 6ef7d05f7e
commit 1fecbf297a
139 changed files with 535 additions and 535 deletions

View File

@@ -103,7 +103,7 @@ const char* wstringtofilename(const std::wstring& name) {
assert(name.length() < 256);
for (unsigned int i = 0; i < name.length(); i++) {
wchar_t c = name[i];
#if defined __PS3__ || defined __ORBIS__ || defined __linux__
#if 0 || 0 || defined __linux__
if (c == '\\') c = '/';
#else
if (c == '/') c = '\\';