engine: whereami: add stub for Emscripten

This commit is contained in:
Alibek Omarov
2025-06-15 09:11:07 +05:00
parent 6f545f178e
commit e823ba050a

View File

@@ -835,7 +835,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
return -1;
}
#elif defined(__SWITCH__) || defined(__vita__)
#elif defined(__SWITCH__) || defined(__vita__) || defined(__EMSCRIPTEN__)
/* Not possible on this platform */