mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 12:50:38 +08:00
engine: whereami: add stub for Emscripten
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user