-
-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mgba
updated
21 files
+2 −0 | CHANGES | |
+0 −16 | include/mgba-util/arm-algo.h | |
+11 −8 | include/mgba/internal/gba/cheats.h | |
+1 −0 | src/core/cheats.c | |
+0 −1 | src/gb/core.c | |
+16 −14 | src/gba/cheats.c | |
+5 −11 | src/gba/cheats/gameshark.c | |
+4 −10 | src/gba/cheats/parv3.c | |
+0 −1 | src/gba/core.c | |
+0 −1 | src/gba/renderers/video-software.c | |
+149 −36 | src/platform/libretro/libretro.c | |
+333 −6 | src/platform/libretro/libretro.h | |
+13 −12 | src/platform/libretro/libretro_core_options.h | |
+13 −12 | src/platform/libretro/libretro_core_options_intl.h | |
+9 −9 | src/platform/qt/Window.cpp | |
+10 −10 | src/platform/qt/ts/mgba-de.ts | |
+27 −27 | src/platform/qt/ts/mgba-ja.ts | |
+1 −1 | src/platform/sdl/gl-common.c | |
+1 −13 | src/platform/sdl/sw-sdl1.c | |
+0 −1 | src/platform/sdl/sw-sdl2.c | |
+0 −70 | src/util/arm-algo.S |