aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/osx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/osx.c')
-rw-r--r--src/gos/osx.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gos/osx.c b/src/gos/osx.c
index a5560b4e..249147d1 100644
--- a/src/gos/osx.c
+++ b/src/gos/osx.c
@@ -37,10 +37,16 @@ void get_ticks(mach_timespec_t *mts){
}
-void _gosInit(void) {
+void _gosInit(void)
+{
gfxMutexInit(&SystemMutex);
}
+void _gosDeinit(void)
+{
+ /* ToDo */
+}
+
void gfxSystemLock(void) {
gfxMutexEnter(&SystemMutex);
}