mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 11:52:33 +01:00
18cf0b82d6
KTransferMemory needs to be reset to RW on destruction unlike KSharedMemory which is simply freed on destruction, not emulating this behavior accurately leads to `deko_examples` from `switch-examples` to lead to a SEGFAULT on selecting an example as it expects the memory to be R/W while it ends up being freed instead