Skip to content

Commit

Permalink
Merge pull request #10811 from Pokechu22/bs2-dfi-typo
Browse files Browse the repository at this point in the history
BS2Emu: Fix DFI typo
  • Loading branch information
JMC47 committed Jul 6, 2022
2 parents 3cd82b6 + 263d2a4 commit 7321802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Boot/Boot_BS2Emu.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 7321802

Please sign in to comment.