This commit is contained in:
Diavolo 2022-08-07 12:34:19 +02:00
parent 1c20a36a8b
commit 29bfb05d6b
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -233,6 +233,7 @@ static const char* sys_default_install_path_stub()
static auto current_path = std::filesystem::current_path().string();
return current_path.data();
}
int file_system::open_file_by_mode(const char* qpath, int* f, game::native::fsMode_t mode)
{
auto r = 6969;