MMU: Fix bit width for 32bit MMIO reads

This resolves the ghost input issue in N64 virtual console
This commit is contained in:
Exzap 2025-06-28 21:43:40 +02:00
parent 7db2b77983
commit 13ccf9a160
3 changed files with 2 additions and 3 deletions

View file

@ -87,7 +87,6 @@ namespace HW_SI
HWREG::SICOMCSR SI_COMCSR_R32(PAddr addr)
{
//cemuLog_logDebug(LogType::Force, "Read SICOMCSR");
return g_si.registerState.sicomcsr;
}