mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 20:15:32 +00:00
Bus: Stub out 0x1F802080
Used by some homebrew.
This commit is contained in:
parent
fca250257c
commit
c192bd798b
@ -1576,6 +1576,11 @@ u32 Bus::EXP2ReadHandler(VirtualMemoryAddress address)
|
|||||||
// nocash expansion area
|
// nocash expansion area
|
||||||
value = UINT32_C(0xFFFFFFFF);
|
value = UINT32_C(0xFFFFFFFF);
|
||||||
}
|
}
|
||||||
|
else if (offset == 0x80)
|
||||||
|
{
|
||||||
|
// pcsx_present()
|
||||||
|
value = UINT32_C(0xFFFFFFFF);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WARNING_LOG("EXP2 read: 0x{:08X}", address);
|
WARNING_LOG("EXP2 read: 0x{:08X}", address);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user