|
|
|
@ -795,7 +795,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
@@ -795,7 +795,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
|
|
|
|
|
return length; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#elif defined(__sgi) || defined(__SWITCH__) || defined(__vita__) |
|
|
|
|
#elif defined(__sgi) |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* These functions are stubbed for now to get the code compiling. |
|
|
|
@ -822,6 +822,22 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
@@ -822,6 +822,22 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
|
|
|
|
|
return -1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#elif defined(__SWITCH__) || defined(__vita__) |
|
|
|
|
|
|
|
|
|
/* Not possible on this platform */ |
|
|
|
|
|
|
|
|
|
WAI_FUNCSPEC |
|
|
|
|
int WAI_PREFIX(getExecutablePath)(char* out, int capacity, int* dirname_length) |
|
|
|
|
{ |
|
|
|
|
return -1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
WAI_FUNCSPEC |
|
|
|
|
int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length) |
|
|
|
|
{ |
|
|
|
|
return -1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
|
|
#error unsupported platform |
|
|
|
|