mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 18:03:04 +02:00
Fixing another duh
This commit is contained in:
@@ -174,7 +174,7 @@ static const char *executable_folder(void)
|
||||
}
|
||||
/* Ugly unportable code! :( */
|
||||
#ifdef __APPLE__
|
||||
size_t length = sizeof(path) - 1;
|
||||
uint32_t length = sizeof(path) - 1;
|
||||
_NSGetExecutablePath(&path[0], &length);
|
||||
#else
|
||||
#ifdef __linux__
|
||||
|
Reference in New Issue
Block a user