mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +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 defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
|
||||
|
||||
#include "../general.h"
|
||||
#include "../conf/config_file.h"
|
||||
#include "../file.h"
|
||||
@ -133,5 +131,3 @@ int main(int argc, char *argv[])
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -415,7 +415,9 @@ MAIN
|
||||
#include "../frontend/frontend_objc.c"
|
||||
#endif
|
||||
|
||||
#if defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
|
||||
#include "../frontend/frontend.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
RETROARCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user