Add command line, fix typo, fix build with sdk13

This commit is contained in:
mittorn
2015-05-25 02:52:29 +07:00
parent 08f1b882c8
commit c9e93071c2
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ public class SDLActivity extends Activity {
protected String[] getLibraries() {
return new String[] {
"SDL2",
"touchcontrols"
"touchcontrols",
"xash"
};
}
@@ -121,7 +121,7 @@ public class SDLActivity extends Activity {
* @return arguments for the native application.
*/
protected String[] getArguments() {
return new String[0];
return "-dev 3 -log -console".split(" ");
}
public static void initialize() {