(Android) Buildfix

This commit is contained in:
twinaphex 2015-04-20 21:34:54 +02:00
parent 14505cc222
commit d224b5c21d
2 changed files with 3 additions and 1 deletions

View File

@ -357,7 +357,7 @@ static void android_app_entry(void *data)
#ifndef HAVE_MAIN
while (rarch_main_iterate() != -1);
main_exit(args);
main_exit(data);
#endif
end:

View File

@ -29,6 +29,8 @@
#include <rthreads/rthreads.h>
#include "../frontend.h"
struct android_app
{
ANativeActivity* activity;