(Android) Loads ROM now - now need to define audio driver/input

driver
This commit is contained in:
twinaphex 2012-10-05 01:28:15 +02:00
parent de72779577
commit 770aa757dd
2 changed files with 3 additions and 3 deletions

View File

@ -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" );

View File

@ -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);