WIP: Odroid fix (#223)
* Adds binaries and rom.key to gitignore * Adds HAVE_NEON to Makefile for xu4 * Makes project compilable again * Adds -DMALI_GPU and makes it startable on xu4 again
This commit is contained in:
parent
730fefbf8f
commit
d1c3f3ff16
3 changed files with 10 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
conf/*.uae
|
||||
conf/*.conf
|
||||
kickstarts/*.rom
|
||||
kickstarts/*.key
|
||||
*.db
|
||||
*.dep
|
||||
*.ast
|
||||
|
@ -50,3 +51,4 @@ VSLinux/obj/ARM/Debug/
|
|||
VisualGDB/Amiberry/VisualGDB/Debug/Amiberry-sdl1
|
||||
VisualGDB/Amiberry/VisualGDB/Debug/Amiberry-sdl2
|
||||
VisualGDB/Amiberry/VisualGDB/
|
||||
/amiberry*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue