mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-13 22:37:02 +00:00
MMU: Fix bit width for 32bit MMIO reads
This resolves the ghost input issue in N64 virtual console
This commit is contained in:
parent
7db2b77983
commit
13ccf9a160
3 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue