mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 23:55:08 +01:00
8ceed74371
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. |
||
---|---|---|
.. | ||
skyline | ||
emu_jni.cpp | ||
loader_jni.cpp |