mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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,
|
frontend_apple_get_powerstate,
|
||||||
"apple",
|
"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