From 527160731ffd590e7239fa1ce408bd2c37ff4129 Mon Sep 17 00:00:00 2001 From: Polprzewodnikowy Date: Thu, 8 Oct 2020 10:43:22 +0200 Subject: [PATCH] [SC64][SW][SL64] Removed unnecessary seed define --- sw/SummerLoader64/src/boot.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/SummerLoader64/src/boot.h b/sw/SummerLoader64/src/boot.h index c059abb..5bc15fd 100644 --- a/sw/SummerLoader64/src/boot.h +++ b/sw/SummerLoader64/src/boot.h @@ -8,7 +8,6 @@ #define BOOT_CRC32_X105 (0x98BC2C86) #define BOOT_CRC32_X106 (0xACC8580A) -#define BOOT_SEED_X102 (0x3F) #define BOOT_SEED_X101 (0x3F) #define BOOT_SEED_X102 (0x3F) #define BOOT_SEED_X103 (0x78)