Skip to content

Commit

Permalink
* Import mgba emu
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3Carvalh0 committed Mar 26, 2018
1 parent 6e72451 commit 8b61600
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "mgba"]
path = mgba
url = https://github.com/mgba-emu/mgba
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
44 changes: 0 additions & 44 deletions app/CMakeLists.txt

This file was deleted.

6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

debug {
jniDebuggable true
}
}
externalNativeBuild {
cmake {
path "CMakeLists.txt"
path "../mgba/CMakeLists.txt"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions mgba
Submodule mgba added at 016e15

0 comments on commit 8b61600

Please sign in to comment.