Files
ppsspp/Core
Henrik Rydgård d2ffac57dc Memory::IsValidAddress: Consider VRAM with a kernel flag invalid.
We don't have it mapped in our memory map, so this can actually crash
checked reads like Read_U32.

Since it isn't mapped, and it can't possibly be valid in retail PSP
games to access VRAM this way, I don't think this will cause any
problems.

However, if it does, we'll have to add the corresponding mappings to the
memory map.
2024-11-12 10:41:14 +01:00
..
2024-10-28 17:59:06 +01:00
2024-11-07 11:10:16 +01:00
2024-11-02 21:36:30 +01:00
2024-09-26 19:15:17 +02:00
2024-10-10 11:57:10 +02:00
2024-01-29 18:41:43 +01:00
2023-12-18 17:15:56 +01:00