skyline/app
PixelyIon d45193874e Fix NvDrv CloseDevice Bug
The unique pointer to a device in the map was simply reset rather than deleting the entry from the map, this resulted in the device not being properly closed and when the device was reopened then the `emplace` was a NOP as the entry already existed. This resulted in a `nullptr` dereference down the line when an application attempted to issue an IOCTL to a device that was previously closed and reopened. This is known to occur in Deko3D as it recreates the context when loading an example which includes closing and reopening devices.
2021-10-03 18:02:32 +05:30
..
libraries Add Opus submodule 2021-07-19 02:07:12 +05:30
src/main Fix NvDrv CloseDevice Bug 2021-10-03 18:02:32 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Move Mbed TLS to submodule + Update Java Libraries 2021-07-12 21:27:49 +05:30
CMakeLists.txt NEEDS CLEANUP: Reimplement GPU VMM and rewrite nvdrv VM impl 2021-09-30 02:11:19 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30