mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SystemMenu1.4テスト用ブランチ
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20090624_1_4_test@2857 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
commit
0afee026af
33
Makefile
Normal file
33
Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = \
|
||||
build
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
32
Makefile.full
Normal file
32
Makefile.full
Normal file
@ -0,0 +1,32 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.full
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBMAKES = Makefile.twlSDK Makefile.nitroSystem.LTD Makefile.nitroSystem.HYB Makefile
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
36
Makefile.nitroSystem.HYB
Normal file
36
Makefile.nitroSystem.HYB
Normal file
@ -0,0 +1,36 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.nitroSystem
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# 何故かよくわからないが、TARGET_ARCHGEN=ALLではダメ。TWL_ARCHGEN=HYBLIDでもダメ。。。
|
||||
export TARGET_ARCHGEN = HYBLID
|
||||
export TARGET_CODEGEN = ALL
|
||||
export NITRO_WITHOUT_DEMOS = TRUE
|
||||
|
||||
SUBDIRS = $(NITROSYSTEM_ROOT)
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
36
Makefile.nitroSystem.LTD
Normal file
36
Makefile.nitroSystem.LTD
Normal file
@ -0,0 +1,36 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.nitroSystem
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# 何故かよくわからないが、TARGET_ARCHGEN=ALLではダメ。TWL_ARCHGEN=ALL, TARGET_ARCHGEN=LIMITEDでもダメ。。。
|
||||
export TWL_ARCHGEN = LIMITED
|
||||
export TARGET_CODEGEN = ALL
|
||||
export NITRO_WITHOUT_DEMOS = TRUE
|
||||
|
||||
SUBDIRS = $(NITROSYSTEM_ROOT)
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
38
Makefile.sysmenu
Normal file
38
Makefile.sysmenu
Normal file
@ -0,0 +1,38 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.sysmenu
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
TARGET_FIRM = SYSTEMMENU
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = \
|
||||
build/tools \
|
||||
build/libraries_sysmenu \
|
||||
build/components \
|
||||
build/systemmenu_RED
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
35
Makefile.twlSDK
Normal file
35
Makefile.twlSDK
Normal file
@ -0,0 +1,35 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.twlSDK
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
export TARGET_ARCHGEN = ALL
|
||||
export TARGET_CODEGEN = ALL
|
||||
|
||||
SUBDIRS = \
|
||||
$(ROOT)/build/libraries/reboot \
|
||||
$(ROOT)/build/demos/gx/UnitTours/DEMOLib
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
BIN
RomHeader/001A/libsyscall.a
Normal file
BIN
RomHeader/001A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/001A/libsyscall_c.bin
Normal file
BIN
RomHeader/001A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/001A/rom_header_001a.template.sbin
Normal file
BIN
RomHeader/001A/rom_header_001a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/012A/libsyscall.a
Normal file
BIN
RomHeader/012A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/012A/rom_header_012a.template.sbin
Normal file
BIN
RomHeader/012A/rom_header_012a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/020A/libsyscall.a
Normal file
BIN
RomHeader/020A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/020A/libsyscall_c.bin
Normal file
BIN
RomHeader/020A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/020A/rom_header_020a.template.sbin
Normal file
BIN
RomHeader/020A/rom_header_020a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/021A/libsyscall.a
Normal file
BIN
RomHeader/021A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/021A/libsyscall_c.bin
Normal file
BIN
RomHeader/021A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/021A/rom_header_021a.template.sbin
Normal file
BIN
RomHeader/021A/rom_header_021a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/022A/libsyscall.a
Normal file
BIN
RomHeader/022A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/022A/libsyscall_c.bin
Normal file
BIN
RomHeader/022A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/022A/rom_header_022a.template.sbin
Normal file
BIN
RomHeader/022A/rom_header_022a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/023A/libsyscall.a
Normal file
BIN
RomHeader/023A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/023A/libsyscall_c.bin
Normal file
BIN
RomHeader/023A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/023A/rom_header_023a.template.sbin
Normal file
BIN
RomHeader/023A/rom_header_023a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/024A/libsyscall.a
Normal file
BIN
RomHeader/024A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/024A/libsyscall_c.bin
Normal file
BIN
RomHeader/024A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/024A/rom_header_024a.template.sbin
Normal file
BIN
RomHeader/024A/rom_header_024a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/025A/libsyscall.a
Normal file
BIN
RomHeader/025A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/025A/libsyscall_c.bin
Normal file
BIN
RomHeader/025A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/025A/rom_header_025a.template.sbin
Normal file
BIN
RomHeader/025A/rom_header_025a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B0A/libsyscall.a
Normal file
BIN
RomHeader/0B0A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B0A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B0A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B0A/rom_header_0b0a.template.sbin
Normal file
BIN
RomHeader/0B0A/rom_header_0b0a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B1A/libsyscall.a
Normal file
BIN
RomHeader/0B1A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B1A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B1A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B1A/rom_header_0b1a.template.sbin
Normal file
BIN
RomHeader/0B1A/rom_header_0b1a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B2A/libsyscall.a
Normal file
BIN
RomHeader/0B2A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B2A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B2A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B2A/rom_header_0b2a.template.sbin
Normal file
BIN
RomHeader/0B2A/rom_header_0b2a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B3A/libsyscall.a
Normal file
BIN
RomHeader/0B3A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B3A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B3A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B3A/rom_header_0b3a.template.sbin
Normal file
BIN
RomHeader/0B3A/rom_header_0b3a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B4A/libsyscall.a
Normal file
BIN
RomHeader/0B4A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B4A/rom_header_0b4a.template.sbin
Normal file
BIN
RomHeader/0B4A/rom_header_0b4a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B5A/libsyscall.a
Normal file
BIN
RomHeader/0B5A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B5A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B5A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B5A/rom_header_0b5a.template.sbin
Normal file
BIN
RomHeader/0B5A/rom_header_0b5a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B6A/libsyscall.a
Normal file
BIN
RomHeader/0B6A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B6A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B6A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B6A/rom_header_0b6a.template.sbin
Normal file
BIN
RomHeader/0B6A/rom_header_0b6a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B7A/libsyscall.a
Normal file
BIN
RomHeader/0B7A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B7A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B7A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B7A/rom_header_0b7a.template.sbin
Normal file
BIN
RomHeader/0B7A/rom_header_0b7a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B8A/libsyscall.a
Normal file
BIN
RomHeader/0B8A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B8A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B8A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B8A/rom_header_0b8a.template.sbin
Normal file
BIN
RomHeader/0B8A/rom_header_0b8a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B9A/libsyscall.a
Normal file
BIN
RomHeader/0B9A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0B9A/libsyscall_c.bin
Normal file
BIN
RomHeader/0B9A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0B9A/rom_header_0b9a.template.sbin
Normal file
BIN
RomHeader/0B9A/rom_header_0b9a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0BAA/libsyscall.a
Normal file
BIN
RomHeader/0BAA/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0BAA/libsyscall_c.bin
Normal file
BIN
RomHeader/0BAA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0BAA/rom_header_0baa.template.sbin
Normal file
BIN
RomHeader/0BAA/rom_header_0baa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0BBA/libsyscall.a
Normal file
BIN
RomHeader/0BBA/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0BBA/libsyscall_c.bin
Normal file
BIN
RomHeader/0BBA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0BBA/rom_header_0bba.template.sbin
Normal file
BIN
RomHeader/0BBA/rom_header_0bba.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D0A/libsyscall.a
Normal file
BIN
RomHeader/0D0A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D0A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D0A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D0A/rom_header_0d0a.template.sbin
Normal file
BIN
RomHeader/0D0A/rom_header_0d0a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D1A/libsyscall.a
Normal file
BIN
RomHeader/0D1A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D1A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D1A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D1A/rom_header_0d1a.template.sbin
Normal file
BIN
RomHeader/0D1A/rom_header_0d1a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D2A/libsyscall.a
Normal file
BIN
RomHeader/0D2A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D2A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D2A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D2A/rom_header_0d2a.template.sbin
Normal file
BIN
RomHeader/0D2A/rom_header_0d2a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D3A/libsyscall.a
Normal file
BIN
RomHeader/0D3A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D3A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D3A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D3A/rom_header_0d3a.template.sbin
Normal file
BIN
RomHeader/0D3A/rom_header_0d3a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D4A/libsyscall.a
Normal file
BIN
RomHeader/0D4A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D4A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D4A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D4A/rom_header_0d4a.template.sbin
Normal file
BIN
RomHeader/0D4A/rom_header_0d4a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D5A/libsyscall.a
Normal file
BIN
RomHeader/0D5A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D5A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D5A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D5A/rom_header_0d5a.template.sbin
Normal file
BIN
RomHeader/0D5A/rom_header_0d5a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D6A/libsyscall.a
Normal file
BIN
RomHeader/0D6A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D6A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D6A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D6A/rom_header_0d6a.template.sbin
Normal file
BIN
RomHeader/0D6A/rom_header_0d6a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D7A/libsyscall.a
Normal file
BIN
RomHeader/0D7A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D7A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D7A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D7A/rom_header_0d7a.template.sbin
Normal file
BIN
RomHeader/0D7A/rom_header_0d7a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D8A/libsyscall.a
Normal file
BIN
RomHeader/0D8A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D8A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D8A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D8A/rom_header_0d8a.template.sbin
Normal file
BIN
RomHeader/0D8A/rom_header_0d8a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D9A/libsyscall.a
Normal file
BIN
RomHeader/0D9A/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0D9A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D9A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D9A/rom_header_0d9a.template.sbin
Normal file
BIN
RomHeader/0D9A/rom_header_0d9a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DAA/libsyscall.a
Normal file
BIN
RomHeader/0DAA/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0DAA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DAA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DAA/rom_header_0daa.template.sbin
Normal file
BIN
RomHeader/0DAA/rom_header_0daa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DBA/libsyscall.a
Normal file
BIN
RomHeader/0DBA/libsyscall.a
Normal file
Binary file not shown.
BIN
RomHeader/0DBA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DBA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DBA/rom_header_0dba.template.sbin
Normal file
BIN
RomHeader/0DBA/rom_header_0dba.template.sbin
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user