mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Place conditional compile for frontend.c inside Griffin
This commit is contained in:
parent
a442e30c71
commit
e60f907ec6
@ -14,8 +14,6 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
|
|
||||||
|
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../conf/config_file.h"
|
#include "../conf/config_file.h"
|
||||||
#include "../file.h"
|
#include "../file.h"
|
||||||
@ -133,5 +131,3 @@ int main(int argc, char *argv[])
|
|||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -415,7 +415,9 @@ MAIN
|
|||||||
#include "../frontend/frontend_objc.c"
|
#include "../frontend/frontend_objc.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
|
||||||
#include "../frontend/frontend.c"
|
#include "../frontend/frontend.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
RETROARCH
|
RETROARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user