forked from Xpndable/DotUI
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
picoarch: mgba first pass, add mgba_sgb as separate core
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule picoarch
updated
15 files
+12 −1 | Makefile | |
+0 −1 | patches/mgba/0001-fix-resume-state.patch | |
+231 −0 | patches/mgba/0002-fix-build.patch | |
+63 −0 | patches/mgba/0003-swap-buttons.patch | |
+19 −15 | patches/mgba/1001-miyoomini-build.patch | |
+120 −0 | patches/mgba_sgb/0001-fix-resume-state.patch | |
+231 −0 | patches/mgba_sgb/0002-fix-build.patch | |
+63 −0 | patches/mgba_sgb/0003-swap-buttons.patch | |
+37 −0 | patches/mgba_sgb/1001-miyoomini-build.patch | |
+1 −1 | source/core.c | |
+2 −0 | source/overrides.c | |
+3 −3 | source/overrides/beetle-pce-fast.h | |
+1 −1 | source/overrides/gambatte.h | |
+104 −0 | source/overrides/mgba.h | |
+131 −0 | source/overrides/mgba_sgb.h |