azahar/src/common/logging
Eric Warmenhoven d9b77cc21e
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
..
backend.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
backend.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
filter.cpp Various savestate bugfixes 2025-03-12 20:50:51 +01:00
filter.h logging: Simplify and make thread-safe 2023-06-30 12:15:51 +03:00
formatter.h Fix gcc 13+ compilation and update fmt. (#142) 2024-11-07 14:44:03 +01:00
log.h log: fix SOC_U::Accept LOG_DEBUG call, and ensure such mistakes get picked up at compile time (#7463) 2024-02-25 21:43:29 -08:00
log_entry.h common: Address feedback 2023-07-03 17:13:00 +03:00
text_formatter.cpp common: Reduce unused includes 2023-06-30 12:15:52 +03:00
text_formatter.h common: Reduce unused includes 2023-06-30 12:15:52 +03:00
types.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00