summaryrefslogtreecommitdiff
path: root/src/pw/cloudef/rpg/Mkxp.java
blob: f2219171cd688caea631aadc94d66093c7ed9d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package pw.cloudef.rpg;
import android.os.Bundle;
import android.system.Os;

public class Mkxp extends Base {
   protected String[] getLibraries() {
      return new String[] {
         "mkxp"
      };
   }

   protected String[] getArguments() {
      return new String[] {
         "--RTP""rtp/vxace.zip",
         "--zip""game.zip",
      };
   }
}