mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 21:40:27 +00:00
(Android) Loads ROM now - now need to define audio driver/input
driver
This commit is contained in:
parent
de72779577
commit
770aa757dd
@ -74,11 +74,11 @@ JNIEXPORT jint JNICALL JNI_OnLoad( JavaVM *vm, void *pvt)
|
||||
input_null.post_init();
|
||||
RARCH_LOG("JNI_OnLoad #1.6.\n" );
|
||||
|
||||
video_gl.start();
|
||||
//video_gl.start();
|
||||
|
||||
RARCH_LOG("JNI_OnLoad #1.7.\n" );
|
||||
|
||||
driver.video = &video_gl;
|
||||
//driver.video = &video_gl;
|
||||
|
||||
RARCH_LOG("JNI_OnLoad #1.8.\n" );
|
||||
|
||||
|
@ -236,7 +236,7 @@ public class FileChooser extends Activity
|
||||
setResult(RESULT_OK, intent);
|
||||
|
||||
rruntime.settings_set_defaults();
|
||||
rruntime.load_game(o.getName(), 0);
|
||||
rruntime.load_game(o.getPath(), 0);
|
||||
|
||||
Uri video = Uri.parse("android.resource://" + getPackageName() + "/"
|
||||
+ R.raw.retroarch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user