mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-19 18:47:54 +03:00
c423a66020
* Correctly handle -WithContext IPC Requests They should be treated the same as the non WithContext variants. * Only send domain data on non-control IPC responses Control IPC doesn't make use of domains so we shouldn't send extra data in the response. * Add the IStorage implementation to CMakeLists