skyline/app/src/main/cpp/skyline
PixelyIon 40910644be Address CR Comments (#151) + Fix SvcWaitSynchronization Trace
An RAII scoped trace was used for SvcWaitSynchronization but it was placed within a condition scope which led to an incorrect lifetime for the traces. Minor changes regarding the CR not affecting functionality were made aside from that.
2021-03-25 22:41:23 +05:30
..
audio Address a bunch of issues detected by clang-tidy 2021-03-06 18:58:04 +05:30
common Address CR Comments (#151) + Fix SvcWaitSynchronization Trace 2021-03-25 22:41:23 +05:30
crypto Add endiannes swapping helper functions 2021-03-21 18:56:31 +05:30
gpu Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30
input Address a bunch of issues detected by clang-tidy 2021-03-06 18:58:04 +05:30
kernel Address CR Comments (#151) + Fix SvcWaitSynchronization Trace 2021-03-25 22:41:23 +05:30
loader Add NSP ticket extraction support 2021-03-07 23:16:36 +05:30
nce Fix Clock Rescaling Bug (Introduced in #135) 2021-03-10 15:13:57 +05:30
services Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30
soc Address CR Comments (#151) + Fix SvcWaitSynchronization Trace 2021-03-25 22:41:23 +05:30
vfs Address review feedback 2021-03-21 18:56:31 +05:30
audio.cpp Fix BT Audio Stuttering Issues 2021-03-23 02:40:02 +05:30
audio.h Implement Exceptional Signal Handler + Fix Destruction Behavior 2020-11-22 23:56:17 +05:30
common.cpp Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30
common.h Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30
gpu.h Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30
input.h Address a bunch of issues detected by clang-tidy 2021-03-06 18:58:04 +05:30
jvm.cpp Implement Exceptional Signal Handler + Fix Destruction Behavior 2020-11-22 23:56:17 +05:30
jvm.h Address a bunch of issues detected by clang-tidy 2021-03-06 18:58:04 +05:30
nce.cpp Extend Perfetto Tracing 2021-03-23 02:40:02 +05:30
nce.h Extend SVC table with names 2021-03-23 02:40:02 +05:30
os.cpp Implement full timezone service support 2021-03-21 18:56:31 +05:30
os.h Address review feedback 2021-03-21 18:56:31 +05:30
soc.h Move Guest GPU into SoC Directory 2021-03-25 01:39:21 +05:30