todo items

This commit is contained in:
benfry
2012-12-06 00:29:35 +00:00
parent 4b645b801b
commit a347fc0426
3 changed files with 28 additions and 20 deletions

View File

@@ -53,7 +53,9 @@ class EmulatorController {
"emulator",
"-avd", AVD.defaultAVD.name,
"-port", portString,
"-no-boot-anim"
// "-no-boot-anim", // does this do anything?
// http://code.google.com/p/processing/issues/detail?id=1059
// "-gpu", "on" // enable OpenGL
};
//System.err.println("EmulatorController: Launching emulator");
if (Base.DEBUG) {