一个类月光宝盒应用,把手机,电视,盒子变家庭游戏机
支持FBA,MAME,N64,PS1,FC,MD等
自适应各种分辨率,不用担心分辨率问题。
视频演示地址:https://v.youku.com/v_show/id_XNDcxMzM0MjU0OA==.html
游戏可根据需要进行定制生成
开源版本fba for android:https://github.com/weinyzhou/afba
#include <jni.h>
#include <android/log.h>
#include "android.h"
#include <SDL.h>
extern void SDL_Android_Init(JNIEnv* env, jclass cls);
static jclass pActivityClass;
static JNIEnv* pEnv = NULL;
jmethodID showBar;
jmethodID hideBar;
jmethodID setBar;
jmethodID setError;
jmethodID JNIgetRomsPath;
jmethodID JNIgetCachePath;
jmethodID JNIgetDataPath;
const char* rom_path;
const char* data_path;
const char* cache_path;
extern int StatedLoad(int nSlot);
extern int StatedSave(int nSlot);
extern "C"
{
void Java_fr_mydedibox_libarcade_emulator_sdl_SDLJni_nativeInitWithArgs(JNIEnv* env, jclass cls, jobjectArray strArray