mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(OSX/Apple) Create main() function if HAVE_COCOA and HAVE_COCOATOUCH
are not defined
This commit is contained in:
parent
e116ef72da
commit
a1eb931455
@ -414,3 +414,10 @@ const frontend_ctx_driver_t frontend_ctx_apple = {
|
||||
frontend_apple_get_powerstate,
|
||||
"apple",
|
||||
};
|
||||
|
||||
#if !defined(HAVE_COCOA) && !defined(HAVE_COCOATOUCH)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return rarch_main(argc, argv);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user