diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index c9c451a..16e8e75 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 40047ac..4131e89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,16 +10,12 @@ android { versionCode 1 versionName "0.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - externalNativeBuild { - cmake { - cppFlags "" - } - } android.compileOptions.sourceCompatibility 1.8 android.compileOptions.targetCompatibility 1.8 } + configurations.all { resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9' } @@ -39,6 +35,19 @@ android { path "../mgba/CMakeLists.txt" } } + + + defaultConfig { + externalNativeBuild { + cmake { + arguments "-DUSE_SQLITE3=0", + "-DDISABLE_FRONTENDS=1", + "-DHAVE_STRTOF_L=1", + "-DUSE_LIBZIP=0", + "-DUSE_ZLIB=0" + } + } + } } dependencies { diff --git a/app/src/main/java/io/mgba/todo b/app/src/main/java/io/mgba/todo deleted file mode 100644 index 899a053..0000000 --- a/app/src/main/java/io/mgba/todo +++ /dev/null @@ -1,3 +0,0 @@ -* [LOW] Add option to customize game controllers. -* [LOW] Reload games when switching directories. -* [MEDIUM] Add .so file so we can start using the emulator. \ No newline at end of file diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..07057b0 --- /dev/null +++ b/todo.txt @@ -0,0 +1,9 @@ +---------------------------- JAVA ------------------------------- +* [REALLY-LOW] Add option to customize game controllers. +* [LOW] Reload games when switching directories. + +---------------------------- NATIVE ----------------------------- +* [MEDIUM] FIX: mgba/src/util/vfs/vfs-fd.c, line 172 + +---------------------------- DATABASE --------------------------- +* [LOW] Fix "pokemon accents".