this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix error: call to undeclared function '_NSGetExecutablePath'

alice 30d1308b 6c5e0ea9

+4
+4
src/studio/screens/start.c
··· 30 30 #include <unistd.h> 31 31 #endif 32 32 33 + #if defined(__APPLE__) 34 + #include <mach-o/dyld.h> 35 + #endif 36 + 33 37 static void reset(Start* start) 34 38 { 35 39 u8* tile = (u8*)start->tic->ram->tiles.data;