azahar/src/common
2026-05-11 10:33:55 +03:00
..
aarch64 shader_jit_a64: Compact host executable memory (#230) 2024-11-07 14:47:30 +01:00
dynamic_library misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
hacks gsp: Fix GPU interrupt queue and add GPU timing emulation (#2095) 2026-05-07 01:36:21 +02:00
linux build: Fix non-PCH build on Linux and add non-PCH verification to CI. (#7351) 2024-01-13 19:58:09 -08:00
logging logging: Check filter before log format (#1773) 2026-02-23 14:26:20 +01:00
serialization boss: Implement Spotpass service (part 1) (#7232) 2023-12-08 23:34:44 -08:00
x64 common/cpu_detect: Remove SSE/SSE2 detection (#1754) 2026-02-20 21:34:03 +01:00
alignment.h common: Resolve C4267 warning on MSVC 2022-05-18 00:05:40 -04:00
android_storage.cpp android: Fix IOFile::GetFd not functioning as expected in vanilla 2026-03-10 19:17:37 +00:00
android_storage.h android: Split path resolution logic of getUserDirectory into seperate function 2026-03-08 18:46:09 +00:00
announce_multiplayer_room.h core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
apple_authorization.cpp common: Add C++ version of Apple authorization logic. (#6616) 2023-06-19 15:50:26 -07:00
apple_authorization.h common: Add C++ version of Apple authorization logic. (#6616) 2023-06-19 15:50:26 -07:00
apple_utils.cpp macos: Add warning dialog when launching azahar executable directly 2026-03-12 18:14:12 +00:00
apple_utils.h macos: Add warning dialog when launching azahar executable directly 2026-03-12 18:14:12 +00:00
apple_utils.mm Use MacOS-specific refresh rate check to avoid SDL race condition (#1262) 2025-08-01 16:45:07 +01:00
arch.h build: Update to support multi-arch builds. 2023-01-07 01:09:32 -08:00
archives.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00
assert.h assert/logging: Stop the logging thread and flush the backends before crashing (#7146) 2023-11-11 11:55:42 -08:00
atomic_ops.h Core: Port Exclusive memory impl from yuzu 2022-10-23 13:19:33 +05:30
bit_field.h Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
bit_field.natvis common: Add NATVIS to BitField class for better VS debugging (#1731) 2026-02-13 14:30:04 +01:00
bit_set.h common: Miscellaneous cleanups (#7239) 2023-12-14 16:26:33 +02:00
bounded_threadsafe_queue.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
cityhash.cpp core: Revert some hash operations to CityHash64 (#1609) 2026-01-11 16:26:46 +01:00
cityhash.h core: Revert some hash operations to CityHash64 (#1609) 2026-01-11 16:26:46 +01:00
CMakeLists.txt cmake: Add EXCLUDE_FROM_ALL to targets where applicable 2026-05-09 14:01:56 +01:00
color.h Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
common_funcs.h Fix Shadow Rendering / Texture Filtering (#1675) 2026-02-20 23:39:04 +01:00
common_paths.h qt: Implement migration prompt to bring data from Citra/Lime3DS (#638) 2025-03-09 12:10:02 +00:00
common_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
common_types.h Core: Port Exclusive memory impl from yuzu 2022-10-23 13:19:33 +05:30
construct.h Code review - general gardening 2020-03-29 16:14:36 +01:00
detached_tasks.cpp Port yuzu-emu/yuzu#4528: "common: Make use of [[nodiscard]] where applicable" (#5535) 2020-08-31 21:06:16 +02:00
detached_tasks.h Remove the telemetry (#45) 2024-11-07 14:42:32 +01:00
error.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
error.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
expected.h Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
file_util.cpp android: Fix launching applications through intent data in vanilla build (#1896) 2026-03-17 12:15:33 +00:00
file_util.h android: Fix IOFile::GetFd not functioning as expected in vanilla 2026-03-10 19:17:37 +00:00
hash.h video_core: vulkan: Add disk shader cache (#1725) 2026-02-16 15:59:22 +01:00
literals.h Address review comments 2022-11-15 11:20:35 +01:00
math_util.cpp math_util.cpp: Don't set GCC novector pragma when using GCC <14 2025-07-09 20:02:48 +01:00
math_util.h video_core: Vectorize RasterizerAccelerated::AnalyzeVertexArray 2025-05-31 11:12:28 +00:00
memory_detect.cpp renderer_vulkan: Import host memory for screenshots (#7132) 2023-11-12 13:02:55 -08:00
memory_detect.h renderer_vulkan: Import host memory for screenshots (#7132) 2023-11-12 13:02:55 -08:00
memory_ref.cpp Added copyright notices on new files 2020-03-28 15:21:10 +00:00
memory_ref.h Revamp GDB implemenation and add a some minor debug features (#2086) 2026-05-07 13:48:35 +02:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h code: Cleanup and warning fixes from the Vulkan PR (#6163) 2022-11-04 23:32:57 +01:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
optional_helper.h Revamp GDB implemenation and add a some minor debug features (#2086) 2026-05-07 13:48:35 +02:00
param_package.cpp common/logging: Reduce scope of fmt include 2023-06-30 12:15:52 +03:00
param_package.h Port yuzu-emu/yuzu#4528: "common: Make use of [[nodiscard]] where applicable" (#5535) 2020-08-31 21:06:16 +02:00
play_time_manager.cpp common: Move playtime tracker file to sysdata directory 2025-12-24 12:48:06 +00:00
play_time_manager.h android: Implement play time tracking (#813) 2025-07-12 13:01:46 +01:00
polyfill_thread.h citra_qt: Track play time 2024-11-10 18:16:49 +00: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
quaternion.h Port yuzu-emu/yuzu#4528: "common: Make use of [[nodiscard]] where applicable" (#5535) 2020-08-31 21:06:16 +02:00
ring_buffer.h common: Miscellaneous cleanups (#7239) 2023-12-14 16:26:33 +02:00
scm_rev.cpp.in Add shader cache version generation 2020-01-15 19:58:33 -07:00
scm_rev.h Add shader cache version generation 2020-01-15 19:58:33 -07:00
scope_exit.h common/scope_exit: Replace std::move with std::forward in ScopeExit() 2019-04-15 17:55:44 +02:00
setting_keys.h.in Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00
settings.cpp Revamp GDB implemenation and add a some minor debug features (#2086) 2026-05-07 13:48:35 +02:00
settings.h Added android-side enable_secondary_display boolean setting, replacing secondary_display_layout = none on the android side. Exposed it in Layout settings, and secondary display layout is now only selectable if it is enabled. Support for the old option is still in the code, but should no longer be selectable. 2026-05-11 10:33:55 +03:00
slot_vector.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
static_lru_cache.h Revert "Artic Base: Fix out of bounds cache reads (#127)" (#129) 2024-11-07 14:44:01 +01:00
string_literal.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
string_util.cpp Revamp GDB implemenation and add a some minor debug features (#2086) 2026-05-07 13:48:35 +02:00
string_util.h Revamp GDB implemenation and add a some minor debug features (#2086) 2026-05-07 13:48:35 +02:00
swap.h common: Miscellaneous cleanups (#7239) 2023-12-14 16:26:33 +02:00
texture.cpp Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
texture.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
thread.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
thread.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
thread_queue_list.h core: kernel: Implement thread cpu time limit for core1 (#1934) 2026-03-28 12:20:33 +01:00
thread_worker.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
threadsafe_queue.h common: Replace lock_guard with scoped_lock 2023-06-30 12:15:52 +03:00
timer.cpp common: Resolve C4267 warning on MSVC 2022-05-18 00:05:40 -04:00
timer.h common: Resolve C4267 warning on MSVC 2022-05-18 00:05:40 -04:00
unique_function.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
vector_math.h Use NEON intrinsics in Vec4 dot operation (#598) 2025-03-01 23:24:19 +01:00
web_result.h Put WebResult into a seperate file 2018-10-27 00:39:02 +02:00
zstd_compression.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
zstd_compression.h video_core: Fixes to vulkan disk cache (#1748) 2026-02-17 14:22:48 +01:00