]> Chaos Git - corbenik/corbenik.git/commit
Porting to am
authorchaoskagami <chaos.kagami@gmail.com>
Mon, 18 Jul 2016 02:01:19 +0000 (22:01 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Mon, 18 Jul 2016 02:01:19 +0000 (22:01 -0400)
commit4b94752d47d8829f8b1da41819ab244eed782a55
treed4446b75ea84207c5f8f20e383f3f74e27f52ac2
parent14bda427e26a0bd20c4ca38d44a9b68a110142ea
Porting to am
49 files changed:
Makefile
Makefile.am [new file with mode: 0644]
common.mk [new file with mode: 0644]
configure.ac [new file with mode: 0644]
host/copy.sh
include/common.h [new file with mode: 0644]
include/config.h [moved from source/config.h with 100% similarity]
include/firm/decryptor.h [moved from source/firm/decryptor.h with 100% similarity]
include/firm/fcram.h [moved from source/firm/fcram.h with 100% similarity]
include/firm/firm.h [moved from source/firm/firm.h with 100% similarity]
include/firm/headers.h [moved from source/firm/headers.h with 100% similarity]
include/input.h [moved from source/input.h with 100% similarity]
include/interp.h [moved from source/interp.h with 100% similarity]
include/interrupt.h [moved from source/interrupt.h with 100% similarity]
include/patch/emunand.h [moved from source/patch/emunand.h with 100% similarity]
include/patch/patch_file.h [moved from source/patch/patch_file.h with 100% similarity]
include/patch_format.h [moved from source/patch_format.h with 100% similarity]
include/patcher.h [moved from source/patcher.h with 100% similarity]
include/screeninit.h [moved from source/screeninit.h with 100% similarity]
include/std/abort.h [moved from source/std/abort.h with 100% similarity]
include/std/draw.h [moved from source/std/draw.h with 100% similarity]
include/std/fs.h [moved from source/std/fs.h with 100% similarity]
include/std/memory.h [moved from source/std/memory.h with 100% similarity]
include/std/types.h [moved from source/std/types.h with 100% similarity]
include/std/unused.h [moved from source/std/unused.h with 100% similarity]
source/chain.c
source/common.h [deleted file]
source/config.c
source/display.c
source/firm/decryptor.c
source/firm/fcram.c
source/firm/firm.c
source/firm/version.c
source/input.c
source/interp.c
source/interrupt.c
source/main.c
source/menu.c
source/patch/emunand.c
source/patch/module.c
source/patch/reboot.c
source/patch/svc.c
source/patcher.c
source/screeninit.c
source/std/README.txt [deleted file]
source/std/abort.c
source/std/draw.c
source/std/fs.c
source/std/memory.c