mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Place conditional compile for frontend.c inside Griffin
This commit is contained in:
parent
a442e30c71
commit
e60f907ec6
2 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue