mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 06:47:54 +03:00
da8cb48933
Any lookups done using `GetAlignedRecursiveRange` incorrectly added intervals in the exclusive interval entry lookups as the condition for adding them was the reverse of what it should've been due to a last minute refactor, it led to graphical glitches and crashes. This has been fixed and the lookups should return the correct results.