(Griffin) Always include frontend.c unless ANDROID is defined

This commit is contained in:
twinaphex 2013-02-28 17:59:22 +01:00
parent 2499cccb1a
commit c0d8894165
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ MAIN
#include "../../frontend/frontend_android.c"
#endif
#ifdef HAVE_RARCH_MAIN_IMPLEMENTATION
#ifndef ANDROID
#include "../../frontend/frontend.c"
#endif