skyline/app
PixelyIon a60f238479 Fix GPU::DebugCallback Type String Extraction
The second parameter of `std::string_view::substr` was assumed to be an end position (similar to `std::span`) rather than `count` which it is. As a result of this, it was entirely broken but only held together by a constant factor being subtracted from it which was derived by trial and error. It's now been fixed by returning a count rather than the absolute position.
2021-10-26 20:08:35 +05:30
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Fix GPU::DebugCallback Type String Extraction 2021-10-26 20:08:35 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update NDK to 23.1.7779620 2021-10-26 10:46:36 +05:30
CMakeLists.txt Silence errors from libraries 2021-10-26 20:08:18 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30