diff options
Diffstat (limited to 'src/gos/osx.c')
-rw-r--r-- | src/gos/osx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gos/osx.c b/src/gos/osx.c index dccd49c9..50b06530 100644 --- a/src/gos/osx.c +++ b/src/gos/osx.c @@ -35,6 +35,7 @@ void get_ticks(mach_timespec_t *mts){ void _gosInit(void) { + /* No initialization of the operating system itself is needed */ gfxMutexInit(&SystemMutex); } |