2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common
flodavid 40644d43f7 yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions
  - Use them in yuzu and yuzu_cmd modules
2023-11-25 19:30:37 +01:00
..
arm64 arm: NativeClock: Special handling for bad system counter clock frequency reporting 2023-11-03 16:21:54 -04:00
fs android: Fix resolving android URIs in native code 2023-10-30 11:38:10 -04:00
linux yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
logging ngc: implement service 2023-09-14 09:14:08 -04:00
windows
x64 x64: cpu_wait: Implement MWAITX for non-MSVC compilers 2023-06-28 01:39:15 -04:00
address_space.cpp
address_space.h
address_space.inc
algorithm.h
alignment.h fssystem: rework for yuzu style 2023-08-15 17:47:40 -04:00
announce_multiplayer_room.h
assert.cpp
assert.h
atomic_helpers.h
atomic_ops.h
bit_cast.h
bit_field.h
bit_set.h
bit_util.h
bounded_threadsafe_queue.h Reimplement HardwareOpus 2023-09-16 11:56:25 -04:00
cityhash.cpp
cityhash.h
CMakeLists.txt yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
common_funcs.h kernel: mark TLS accessors as noinline for non-MSVC LTO 2023-10-12 09:16:22 -04:00
common_precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00
common_types.h
concepts.h
container_hash.h
demangle.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2023-07-18 19:31:35 -04:00
demangle.h
detached_tasks.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2023-07-18 19:31:35 -04:00
detached_tasks.h
div_ceil.h
dynamic_library.cpp
dynamic_library.h
elf.h jit: add support for relr-type relocations 2023-10-11 11:13:19 -04:00
error.cpp
error.h
expected.h
fiber.cpp
fiber.h
fixed_point.h
hash.h
hex_util.cpp
hex_util.h
host_memory.cpp
host_memory.h
input.h input_common: Remove duplicated DriverResult enum 2023-06-28 09:49:47 -06:00
intrusive_list.h
intrusive_red_black_tree.h
literals.h
lru_cache.h
lz4_compression.cpp fssystem: rework for yuzu style 2023-08-15 17:47:40 -04:00
lz4_compression.h fssystem: rework for yuzu style 2023-08-15 17:47:40 -04:00
make_unique_for_overwrite.h
math_util.h
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h
microprofileui.h
multi_level_page_table.cpp
multi_level_page_table.h
multi_level_page_table.inc
nvidia_flags.cpp nvidia_flags: Enable GL Threaded optimizations 2023-10-28 21:26:22 -04:00
nvidia_flags.h
overflow.h
page_table.cpp kernel: add KPageTableBase 2023-11-10 12:01:35 -05:00
page_table.h kernel: add KPageTableBase 2023-11-10 12:01:35 -05:00
param_package.cpp
param_package.h
parent_of_member.h
point.h
polyfill_ranges.h
polyfill_thread.h common/polyfill_thread: use std::forward where appropriate, qualify std::move calls 2023-10-13 18:51:11 +03:00
precompiled_headers.h
quaternion.h
range_map.h
reader_writer_queue.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
ring_buffer.h ring_buffer: Fix const usage on std::span 2023-06-30 13:33:14 -04:00
scm_rev.cpp.in
scm_rev.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
scope_exit.h
scratch_buffer.h Fix ScratchBuffer moves 2023-07-04 16:02:58 +01:00
settings.cpp yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
settings.h yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
settings_common.cpp android: Expose interface for getting settings from native code 2023-08-29 19:40:17 -04:00
settings_common.h yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
settings_enums.h yuzu: Use new setting method for stop emulation 2023-10-12 01:51:53 +02:00
settings_input.cpp core: hid: Split SL and SR buttons 2023-11-11 21:03:15 -06:00
settings_input.h core: hid: Split SL and SR buttons 2023-11-11 21:03:15 -06:00
settings_setting.h settings_setting: Read audio engine 2023-09-25 22:20:24 -04:00
socket_types.h ssl: Reorder inclusions 2023-07-17 15:46:24 -04:00
spin_lock.cpp
spin_lock.h
stb.cpp cmake: prefer system stb headers 2023-10-25 21:47:32 +02:00
stb.h cmake: prefer system stb headers 2023-10-25 21:47:32 +02:00
steady_clock.cpp
steady_clock.h
stream.cpp
stream.h
string_util.cpp android: Fix resolving android URIs in native code 2023-10-30 11:38:10 -04:00
string_util.h gdbserver: use numeric character references for unicode 2023-10-01 19:22:08 -04:00
swap.h Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
telemetry.cpp x64: Add detection of monitorx instructions 2023-06-28 01:36:06 -04:00
telemetry.h
thread.cpp common: use SetThreadDescription API for thread names 2023-10-20 11:41:29 -04:00
thread.h general: remove atomic signal and wait 2023-06-22 09:25:23 -04:00
thread_queue_list.h
thread_worker.h
threadsafe_queue.h
time_zone.cpp time_zone: Clean up includes 2023-07-12 03:03:03 -04:00
time_zone.h
tiny_mt.h
tree.h
typed_address.h
uint128.h
unique_function.h
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp common: add arm64 native clock 2023-10-08 12:54:23 -04:00
wall_clock.h
zstd_compression.cpp
zstd_compression.h