ソースを参照
chore: add GetAppDir for wasm returning root VFS
pull/5495/head
cortexmancer
2週間前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E6AE865D00B73C61
-
src/rcore.c
|
|
|
@ -2738,6 +2738,9 @@ const char *GetApplicationDirectory(void) |
|
|
|
appDir[0] = '.'; |
|
|
|
appDir[1] = '/'; |
|
|
|
} |
|
|
|
|
|
|
|
#elif defined(__wasm__) |
|
|
|
appDir[0] = '/'; |
|
|
|
#endif |
|
|
|
|
|
|
|
return appDir; |
|
|
|
|