skyline/app
◱ PixelyIon 618353c1fa Move to linking libraries statically
We used to link libraries dynamically before, this has obvious disadvantages and extra run-time overhead. Linking them statically instead has a lot of benefits as memory allocations and such don't need to be done independently, interaction with external libraries should be faster in general due to functions not being needed to be called virtually.
2020-04-23 22:26:27 +05:30
..
libraries Add Vulkan-Hpp to libraries 2020-04-23 22:26:27 +05:30
src/main Refactor NCE 2020-04-23 22:26:27 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Some small refactoring for the app (#38) 2020-04-23 22:26:27 +05:30
CMakeLists.txt Move to linking libraries statically 2020-04-23 22:26:27 +05:30
proguard-rules.pro Fix JNI Race Condition, Fix Release Builds and Fix Searching 2019-12-11 17:31:12 +00:00