mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-14 10:09:16 +01:00
![PixelyIon](/assets/img/avatar_default.png)
`NCE::TrapRegions` was a bit too overloaded as a method as it implicitly trapped which was unnecessary in all current usage cases, this has now been made more explicit by consolidating the functionality into `NCE::CreateTrap` which handles just creation of the trap and nothing past that, `RetrapRegions` has been renamed to `TrapRegions` and handles all trapping now. Co-authored-by: Billy Laws <blaws05@gmail.com>