SDL2 test application finally, running, but still crashes, for a not found file. Meh.

This commit is contained in:
Gerhard Stein
2020-10-04 19:34:12 +00:00
parent 17c547a43f
commit 99393e2dbe
2 changed files with 3 additions and 1 deletions

View File

@@ -143,7 +143,8 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
// "SDL2_mixer",
// "SDL2_net",
// "SDL2_ttf",
"main"
//"main",
"application"
};
}