mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-01 21:30:07 +00:00

Games will sometimes use these when representing open right bounds and so disallowing it caused regressions, with a notable example being when MemoryFill is called to the end of vram, causing an "invalid end address" error. This had been noted on a comment in GetPhysicalRef prior to the regression.