skyline/.idea
PixelyIon 8ceed74371 Vulkan Instance + Validation Layer + Debug Report Initialization
The GPU class has been extended in this for Vulkan initialization, this is done to the point of initializing the instance alongside loading in `VK_LAYER_KHRONOS_validation` which is also now packed into all Debug APKs for Skyline. In addition, `VK_EXT_debug_report` is also initialized and it's output is piped directly into the Logger. 

A minor change regarding the type of the `Fps` and `Frametime` globals was changed to `skyline::i32`s which is a more suitable type due to those having a smaller chance of overflowing while being signed as Java doesn't have unsigned integral types.
2021-07-12 21:27:49 +05:30
..
codeStyles Switch to viewbinding and di with hilt 2021-06-17 20:30:22 +05:30
copyright Improve NCE and Finish Up Refactor 2020-04-23 22:26:27 +05:30
fileTemplates Move to MPL-2.0 2020-04-23 22:26:27 +05:30
inspectionProfiles Address CR Comments (#151) + Fix SvcWaitSynchronization Trace 2021-03-25 22:57:26 +05:30
runConfigurations Add Default Run Configuration + Ignore runConfigurations.xml 2021-03-23 02:40:02 +05:30
scopes Use per-thread scheduler condvars and clean up AS filters 2021-03-05 14:55:34 +05:30
compiler.xml Generate Stack Traces + More Robust Terminate Handler + Exit Process on Signal in Guest 2021-03-05 14:55:34 +05:30
encodings.xml Add it back again. 2019-08-20 15:05:13 -04:00
jarRepositories.xml Update NDK, Gradle and dependencies + Improve Settings API + Migrate to PugiXML 2021-03-05 14:55:34 +05:30
jsonSchemas.xml Fix GitHub Actions Build + Move Stack to Shared Memory 2020-04-23 22:26:27 +05:30
kotlinc.xml Update NDK, Gradle and dependencies + Improve Settings API + Migrate to PugiXML 2021-03-05 14:55:34 +05:30
misc.xml Fix Logger Settings + Use Java 8 + Update Kotlin + Extract Native SOs 2021-03-05 14:55:34 +05:30
vcs.xml Vulkan Instance + Validation Layer + Debug Report Initialization 2021-07-12 21:27:49 +05:30