mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 00:39:40 +00:00
Xcode wants his variables initialized or won't link (#709)
This commit is contained in:
parent
9f126e5752
commit
4e188587ef
@ -1,4 +1,4 @@
|
||||
#include "libretro.h"
|
||||
|
||||
retro_video_refresh_t video_cb;
|
||||
retro_environment_t environ_cb;
|
||||
retro_video_refresh_t video_cb = NULL;
|
||||
retro_environment_t environ_cb = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user