cortexmancer
2 settimane fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: E6AE865D00B73C61
1 ha cambiato i file con
3 aggiunte e
0 eliminazioni
-
src/rcore.c
|
|
|
@ -2738,6 +2738,9 @@ const char *GetApplicationDirectory(void) |
|
|
|
appDir[0] = '.'; |
|
|
|
appDir[1] = '/'; |
|
|
|
} |
|
|
|
|
|
|
|
#elif defined(__wasm__) |
|
|
|
appDir[0] = '/'; |
|
|
|
#endif |
|
|
|
|
|
|
|
return appDir; |
|
|
|
|