summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/CIC6105.c (renamed from src/boot_O2_g3/boot_0x80081820.c)0
-rw-r--r--src/boot_O2_g3/boot_0x80080060.c6
2 files changed, 0 insertions, 6 deletions
diff --git a/src/boot_O2_g3/boot_0x80081820.c b/src/boot_O2_g3/CIC6105.c
index afafdc179..afafdc179 100644
--- a/src/boot_O2_g3/boot_0x80081820.c
+++ b/src/boot_O2_g3/CIC6105.c
diff --git a/src/boot_O2_g3/boot_0x80080060.c b/src/boot_O2_g3/boot_0x80080060.c
index 651584f8d..51f9150cf 100644
--- a/src/boot_O2_g3/boot_0x80080060.c
+++ b/src/boot_O2_g3/boot_0x80080060.c
@@ -12,9 +12,3 @@ UNK_RET func_80080060(void) {
osCreateThread(&D_80099520, 1, (void(*)(void*))func_80080514, 0, &D_80099AD0, 12);
osStartThread(&D_80099520);
}
-
-void func_80080150(UNK_PTR a0, UNK_PTR a1) {
- if (a0 < a1) {
- _blkclr(a0, (u32)a1 - (u32)a0);
- }
-}