1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Add includes for Android build.

This commit is contained in:
Sergey Lipskiy 2014-04-24 22:20:57 +07:00
parent 46560797b1
commit 51505d99a0

View File

@ -122,6 +122,10 @@ EXPORT void CALL ReadScreen (void **dest, long *width, long *height)
#else // MUPENPLUSAPI
#include "m64p_plugin.h"
#include "Log.h"
#ifdef ANDROID
#include "ae_bridge.h"
#endif
ptr_ConfigGetSharedDataFilepath ConfigGetSharedDataFilepath = NULL;
ptr_ConfigGetUserConfigPath ConfigGetUserConfigPath = NULL;