Lime3DS/src
Wunk 91128d6625
shader_jit: Emit LG2/EX2 subroutines on-demand (#2046)
Rather than emitting these subroutine functions for _every_ shader, only emit
the subroutines when the `LG2` and `EX2` instructions are actually used.
This saves a good chunk of memory across all shaders.

Inspired by Tanuki3DS.
2026-04-24 20:34:46 +02:00
..
android Updated translations via Transifex 2026-04-21 10:47:49 +01:00
audio_core libretro core: Add some ifdefs (#1765) 2026-02-23 21:35:02 +01:00
citra_libretro libretro: fix linker error with tests 2026-04-09 22:00:49 +01:00
citra_meta Fixed launch failures on NetBSD due to PaX MPROTECT restrictions 2026-04-05 13:11:40 +01:00
citra_qt qt: Temporarily fix fullscreen on msys2 builds (#2049) 2026-04-19 13:47:49 +01:00
citra_room citra_meta: Move DetachedTasks construction to main.cpp 2026-01-19 21:01:55 +00:00
citra_room_standalone Fixed launch failures on NetBSD due to PaX MPROTECT restrictions 2026-04-05 13:11:40 +01:00
common Default to Vulkan renderer on Android 2026-04-06 18:58:52 +01:00
core Revert "qt: Try to fix Discord Rich Presence not updating correctly (#2013)" 2026-04-13 14:22:58 +02:00
input_common qt: Add controller touchpad support (#777) 2026-03-12 00:21:17 +01:00
installer Move version numbers to end of release file filenames 2026-03-04 14:48:04 +00:00
network artic_base_client: Fix high cpu usage (#1789) 2026-02-25 21:34:52 +01:00
tests shader_jit: Add SETEMIT unit test 2026-04-05 23:02:56 +02:00
video_core shader_jit: Emit LG2/EX2 subroutines on-demand (#2046) 2026-04-24 20:34:46 +02:00
web_service Remove the telemetry (#45) 2024-11-07 14:42:32 +01:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt core: Add CMAKE option to disable built-in keyblob (#2024) 2026-04-12 18:57:55 +01:00