Lime3DS/src
2026-03-21 22:36:11 +03:00
..
android refactor android settings - generic abstract type, setting enums are no longer mutable, actual values live in a hash map in the Settings class accessed through settings.get(key) and settings.set(key, value) and are no longer static; instead, the EmulationActivity gets a separate Settings instance from the SettingsActivity, to avoid settings crashing into each other during edit. SettingSections no longer exist internally, only in the file. Settings contain both a globalSettings hashmap and a perGameOverrides hashmap, used when appropriate. 2026-03-21 22:36:11 +03:00
audio_core libretro core: Add some ifdefs (#1765) 2026-02-23 21:35:02 +01:00
citra_libretro default libretro "touch support" option on 2026-03-10 16:28:22 +00:00
citra_meta Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00
citra_qt Removed confusing punctuation from "Failed to obtain loader" log message 2026-03-17 12:25:54 +00:00
citra_room citra_meta: Move DetachedTasks construction to main.cpp 2026-01-19 21:01:55 +00:00
citra_room_standalone citra_meta: Move DetachedTasks construction to main.cpp 2026-01-19 21:01:55 +00:00
common android: Fix launching applications through intent data in vanilla build (#1896) 2026-03-17 12:15:33 +00:00
core Removed confusing punctuation from "Failed to obtain loader" log message 2026-03-17 12:25:54 +00: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 Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
video_core shader_jit_a64_compiler: Added missing include 2026-03-12 17:18:29 +00:00
web_service
.clang-format
CMakeLists.txt Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00