mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 08:22:35 +01:00
cd8fa66326
NCE is implicitly depended on by the `GPU` class due to the NCE Memory Trapping API so the destruction of it must take place after the destruction of the `GPU` class. Additionally, to prevent bugs the NCE destructor must set `staticNce` to `nullptr` as the signal handler will potentially access a destroyed instance of NCE otherwise.