android: launch game on snes 9x

revision 8c6434079903df7480cb8dcdb74a994e05980385

raw

phork0.txt

        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