skyline/app/src/main/cpp/skyline
2023-05-02 13:39:07 +01:00
..
applet Stub out InlineKeyboard instead of throwing an error 2023-01-11 20:47:39 +00:00
common Make GetTimeTicks return the time in guest ticks as opposed to host 2023-03-27 22:31:14 +01:00
crypto Enable Wconversion and fix warnings produced 2021-10-26 11:41:24 +01:00
gpu Don't bail out when invalid desc types are encountered 2023-04-16 16:31:42 +01:00
hle Implement Symbol Hooking 2022-11-07 23:56:22 +05:30
input Implement SixAxis sensor 2023-02-07 16:16:41 +00:00
kernel Fix system register state handling 2023-04-16 16:31:42 +01:00
loader Fix .hook section being allocated without any hooked symbols 2023-01-11 00:13:15 +05:30
nce Fix system register state handling 2023-04-16 16:31:42 +01:00
services Fix GetSharedFontInOrderOfPriority 2023-04-25 10:20:50 +01:00
soc Avoid using interconnect for texture data copies 2023-04-16 16:31:42 +01:00
vfs Use constants instead of 0666 2023-05-02 13:39:07 +01:00
audio.cpp Reimplement audout and audren using yuzu audio_core 2023-03-27 22:31:14 +01:00
audio.h Reimplement audout and audren using yuzu audio_core 2023-03-27 22:31:14 +01:00
common.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00
common.h Rework circular queue locking 2023-01-20 21:07:59 +00:00
gpu.cpp Allocate a general purpose GPU-side debug tracing buffer 2023-03-19 13:52:15 +00:00
gpu.h Allocate a general purpose GPU-side debug tracing buffer 2023-03-19 13:52:15 +00:00
input.cpp Write HID LIFO entries at fixed intervals 2022-08-31 22:49:36 +05:30
input.h Write HID LIFO entries at fixed intervals 2022-08-31 22:49:36 +05:30
jvm.cpp Implement Software Keyboard applet 2022-07-01 15:19:53 -05:00
jvm.h Revert "Toggle DisableFrameThrottling setting by clicking on FPS" 2023-02-27 19:00:52 +01:00
nce.cpp Fix TLS writes from X2/3 2023-04-16 16:31:42 +01:00
nce.h Transition memory handling from memfd to anonymous shared mappings 2023-01-08 19:30:52 +00:00
os.cpp Introduce a pipeline cache manager for simple read/write cache accesses 2022-12-22 18:05:45 +00:00
os.h Implement a system for helper shaders together with a simple blit shader 2022-08-08 17:40:35 +01:00
soc.h s/Host1X/Host1x/ as per Nvidia naming 2021-11-10 21:35:36 +05:30