skyline/app
PixelyIon ca4744c603 Improve ENUM_STRING + Fix Host1X Syncpoints
`ENUM_STRING` now has a unified implementation in <common/macros.h> with a documented format and can be used throughout the codebase. 

A major performance regression was added in the Host1X Syncpoint revamp as it did a syscall if there were any waiters during `Increment` even if they would just be woken up and go back to sleep as the threshold wasn't hit. It has now been optimized to only do a wake if any waiting thread needs to be awoken. 

There was also a bug concerning increment where it would perform actions corresponding to the previous increment rather than the current one which has also been fixed.
2021-07-12 21:27:49 +05:30
..
libraries Update C++ Libraries 2021-07-12 21:27:49 +05:30
src/main Improve ENUM_STRING + Fix Host1X Syncpoints 2021-07-12 21:27:49 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Vulkan PhysicalDevice + Device Initialization + Report Accurate Version 2021-07-12 21:27:49 +05:30
CMakeLists.txt Redesign Texture Class + Improve Presentation Engine 2021-07-12 21:27:49 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30