skyline/app/src/main
PixelyIon 6e09dc5204
Fix thread name setting
We utilize `pthread_setname_np` to set the thread names but didn't check for any errors which resulted in the `Skyline-Choreographer` and `ChannelCmdFifo` not having proper names as they exceeded the 16 character limit on thread names for the pthread function.  This has now been fixed by changing the names and introducing error checking to invocations of this function.
2022-08-06 22:18:42 +05:30
..
assets Improve Shared Fonts + Fix AM PopLaunchParameter & Choreographer Bug 2021-10-16 12:13:30 +01:00
cpp Fix thread name setting 2022-08-06 22:18:42 +05:30
java/emu/skyline Pass ViewHolder on bind to RecyclerView items instead of ViewBinding 2022-08-06 22:00:19 +05:30
res Improve rendering for Right-To-Left layouts 2022-08-06 22:00:19 +05:30
AndroidManifest.xml Add a custom GPU driver configuration activity 2022-08-06 22:00:19 +05:30