android: launch game on snes 9x

revision 5856cb4329aaddde18c3b2951de41914bc3f0a06

raw

phork0.php

1
2
3
4
5
        Intent intent = new Intent();
        intent.setComponent(new ComponentName("com.explusalpha.Snes9xPlus", "com.imagine.BaseActivity"));
        intent.setAction("android.intent.action.VIEW");
        intent.setData(Uri.fromFile(new File("/usbdrive/snes/Super Mario World.smc")));
 

History