Windows should support regular slashes

This commit is contained in:
Acemany 2026-03-13 20:46:48 +03:00
parent 3cbd496186
commit 40a783207c
No known key found for this signature in database
GPG key ID: E9F20EA337223AF4

View file

@ -10,11 +10,7 @@
#include <fios2.h>
#endif
#ifdef __linux__
const wchar_t File::pathSeparator = L'/';
#else
const wchar_t File::pathSeparator = L'\\';
#endif
#ifdef _XBOX
const std::wstring File::pathRoot = L"GAME:"; // Path root after pathSeparator has been removed