]> Chaos Git - corbenik/corbenik.git/commit
Multiple things (again) v0.0.4
authorchaoskagami <chaos.kagami@gmail.com>
Mon, 6 Jun 2016 08:00:02 +0000 (04:00 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Mon, 6 Jun 2016 09:42:56 +0000 (05:42 -0400)
commit2acb1029970dd32bb5af0d77065dfbd6d5246f8b
tree08c3dc8358ee8ffc4230efa46a6f99727eba11a0
parent13322ffede0d82c72af1d6f86e3eaf47f58f49c2
Multiple things (again)
 * EmuNAND support (only one right now, but all I need is a menu/option for more)
   * This is both normal layout (RedNAND) and gateway layout (header at back)
 * Loader now has three different rel options for text, data, and ro
 * Screeninit.
31 files changed:
external/Makefile
external/loader/source/interp.h
external/loader/source/loader.c
external/loader/source/patcher.c
external/loader/source/patcher.h
external/screeninit/Makefile [new file with mode: 0755]
external/screeninit/linker.ld [new file with mode: 0755]
external/screeninit/source/main.c [new file with mode: 0755]
external/screeninit/source/start.s [new file with mode: 0644]
external/screeninit/source/types.h [new file with mode: 0755]
external/svc/Makefile
external/svc/emunand.s [new file with mode: 0644]
external/svc/patches.s [new file with mode: 0644]
host/bytecode_asm.py
source/config.h
source/fatfs/ff.c
source/fatfs/ff.h
source/fatfs/sdmmc.c
source/interp.c
source/main.c
source/menu.c
source/patch/emunand.c [new file with mode: 0644]
source/patch/emunand.h [new file with mode: 0644]
source/patch_format.h
source/patcher.c
source/screeninit.c [new file with mode: 0644]
source/screeninit.h [new file with mode: 0644]
source/std/draw.c
source/std/fs.c
source/std/fs.h
source/std/types.h