diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2022-07-05 17:15:59 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-07-05 17:15:59 -0700 |
| commit | 263d2a419a465cee55fd7182c822d4667784d36e (patch) | |
| tree | b97e3d470d904ce422e5d39269fd98c98d43bff2 /Source | |
| parent | 24498ca3159130eca123dc25ccae92781fdc3c34 (diff) | |
BS2Emu: Fix DFI typo
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/Boot/Boot_BS2Emu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Boot/Boot_BS2Emu.cpp b/Source/Core/Core/Boot/Boot_BS2Emu.cpp index 9068c63983..f8a283144e 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 |
