From 263d2a419a465cee55fd7182c822d4667784d36e Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Tue, 5 Jul 2022 17:15:59 -0700 Subject: [PATCH] BS2Emu: Fix DFI typo --- 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 9068c63983e0..f8a283144eb4 100644 --- a/Source/Core/Core/Boot/Boot_BS2Emu.cpp +++ b/Source/Core/Core/Boot/Boot_BS2Emu.cpp @@ -232,7 +232,7 @@ void CBoot::SetupGCMemory() PowerPC::HostWrite_U32(0x09a7ec80, 0x800000F8); // Bus Clock Speed PowerPC::HostWrite_U32(0x1cf7c580, 0x800000FC); // CPU Clock Speed - PowerPC::HostWrite_U32(0x4c000064, 0x80000300); // Write default DFI Handler: rfi + PowerPC::HostWrite_U32(0x4c000064, 0x80000300); // Write default DSI Handler: rfi PowerPC::HostWrite_U32(0x4c000064, 0x80000800); // Write default FPU Handler: rfi PowerPC::HostWrite_U32(0x4c000064, 0x80000C00); // Write default Syscall Handler: rfi