Lime3DS/src/core
Eric Warmenhoven d9b77cc21e
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (appimage-wayland) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-libretro / android (push) Waiting to run
citra-libretro / linux (push) Waiting to run
citra-libretro / windows (push) Waiting to run
citra-libretro / macos (arm64) (push) Waiting to run
citra-libretro / macos (x86_64) (push) Waiting to run
citra-libretro / ios (push) Waiting to run
citra-libretro / tvos (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
Implement libretro core (#1215)
* libretro core

* Bringing citra libretro implementation over
* libretro: hook up vulkan renderer
* libretro: github actions
* libretro: gyro
* libretro: core options v2
* libretro: on ios turn off shader jit if unavailable
* moltenvk 1.3.0 introduces 8-bit indexes but allocates 16-bit for metal; this ends up allocating stream buffer * 2 = 132MiB. Instead, just use 16-bit indexes. (This will be necessary for standalone when bumping moltenvk version.)

* libretro core: address review feedback

* libretro: microphone support

* cmake: Add ENABLE_ROOM_STANDALONE to list of incompatible libretro flags

* libretro: proper initial geometry

* libretro: fix software renderer

* libretro: address review feedback

* .github/libretro.yml: Pin macOS runners at macOS 26

* ci: Remove explicit selection of Xcode 16.0

* .github/libretro.yml: remove unnecessary windows builder apt commands

* .github/libretro.yml: bump min macos version to 11.0

* ci: Re-enable CI jobs for all libretro cores

This is under the condition that we don't introduce build cache for these builds

---------

Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
Co-authored-by: PabloMK7 <hackyglitch2@gmail.com>
2026-02-19 22:30:25 +00:00
..
arm Applied clang-format-19 to all files 2025-02-27 15:24:32 +00:00
cheats cheats: Fix previous cheats not being cleaned up when a game has no cheats file (#1640) 2026-01-20 14:38:44 +01:00
dumping misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
file_sys video_core: Fixes to vulkan disk cache (#1748) 2026-02-17 14:22:48 +01:00
frontend Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
gdbstub arm: De-virtualize ThreadContext (#7119) 2023-11-06 17:55:30 -08:00
hle Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
hw Fix system files setup for region changed consoles 2025-04-13 19:16:12 +01:00
loader frontend: Revert removal of .3ds support (#1701) 2026-01-29 12:10:02 +00:00
rpc Fix cheats and rpc server affecting the wrong processes (#956) 2025-04-23 17:09:37 +02:00
tracer video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
3ds.h
CMakeLists.txt Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
core_timing.cpp core_timing: Allow configuring a fixed or random initial system tick value. (#7309) 2024-01-07 09:38:02 -08:00
core_timing.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
core.cpp core: small fixes to local play (#1690) 2026-01-27 10:30:26 +01:00
core.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
global.h Refactored out the horrible static var in CoreTiming 2020-03-28 15:47:36 +00:00
memory.cpp core: Move plugin FB address ownership to MemorySystem (#1572) 2026-01-09 10:26:12 +01:00
memory.h core: Move plugin FB address ownership to MemorySystem (#1572) 2026-01-09 10:26:12 +01:00
movie.cpp Updated a myriad of user-facing strings to refer to Azahar, not Citra 2024-11-21 23:30:29 +00:00
movie.h core_timing: Allow configuring a fixed or random initial system tick value. (#7309) 2024-01-07 09:38:02 -08:00
nus_download.cpp build: Fix web service functionality. (#6903) 2023-08-19 17:34:35 -07:00
nus_download.h build: Fix web service functionality. (#6903) 2023-08-19 17:34:35 -07:00
perf_stats.cpp Add "SWP" frame time information (#1173) 2025-06-20 19:26:12 +02:00
perf_stats.h Add "SWP" frame time information (#1173) 2025-06-20 19:26:12 +02:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
savestate_data.h savestates: save the build name to be displayed when there's a version mismatch (#6493) 2023-08-10 20:55:22 -07:00
savestate.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
savestate.h android: add quicksave hotkeys (#181) 2024-11-07 14:47:22 +01:00
system_titles.cpp Fix system files setup for region changed consoles 2025-04-13 19:16:12 +01:00
system_titles.h Add 'Set Up System Files' option (#642) 2025-03-10 10:48:11 +00:00