From 81b298f7473086197c1e8dfd6e00d622ba646cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 6 Aug 2017 20:17:06 +0800 Subject: [PATCH] Boot/BS2: Set the proper value for 0x000030d8 No clue where people got the 0 value from, or why it's labelled as "time". As far as I can tell, it is always set to 0xffffffff by official NAND titles, including the system menu. --- Source/Core/Core/Boot/Boot_BS2Emu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Boot/Boot_BS2Emu.cpp b/Source/Core/Core/Boot/Boot_BS2Emu.cpp index a93a551e71..6cb4c3e851 100644 --- a/Source/Core/Core/Boot/Boot_BS2Emu.cpp +++ b/Source/Core/Core/Boot/Boot_BS2Emu.cpp @@ -296,7 +296,7 @@ bool CBoot::SetupWiiMemory(u64 ios_title_id) Memory::Write_U32(0x00000000, 0x000030c0); // EXI Memory::Write_U32(0x00000000, 0x000030c4); // EXI Memory::Write_U32(0x00000000, 0x000030dc); // Time - Memory::Write_U32(0x00000000, 0x000030d8); // Time + Memory::Write_U32(0xffffffff, 0x000030d8); // Unknown, set by any official NAND title Memory::Write_U16(0x8201, 0x000030e6); // Dev console / debug capable Memory::Write_U32(0x00000000, 0x000030f0); // Apploader