13938 Commits (d2a084b683bf625f2543dadd78056fa7a6eebbb2)

Author SHA1 Message Date
ReinUsesLisp d2a084b683 common/thread: Fix data race in is_set 5 years ago
Lioncash 9a974b8cb9 memory_manager: Mark IsGranularRange() as a const member function 5 years ago
Lioncash 18732e9822 gl_texture_cache: Take std::string by reference in DecorateViewName() 5 years ago
Lioncash d62357c8ae video_core/fence_manager: Remove unnecessary includes 5 years ago
Lioncash 942badd1e7 registered_cache: Make use of ends_with for string suffix checking 5 years ago
Lioncash a185b6cf21 registered_cache: Make use of designated initializers 5 years ago
Lioncash ebe30ea145 key_manager: Make data arrays constexpr 5 years ago
Lioncash beca7a0429 cpu_manager: Make use of ranged for where applicable 5 years ago
Lioncash 96214f8600 core_timing: Remove unused header 5 years ago
Lioncash aae74a55da core_timing: Move clock initializer into constructor initializer list 5 years ago
Lioncash 41c74f4f0c core_timing: Resolve sign conversion warning 5 years ago
Lioncash 77d6d3bf4b web_service: Move web_result.h into web_service 5 years ago
ReinUsesLisp 1c61cf29b6 video_core: Initialize renderer with a GPU 6 years ago
bunnei 55d11a0bfd Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 5 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash d9fc3abc1f vfs_real: Resolve sign conversion warnings 5 years ago
Lioncash 182739ce1b vfs_real: Avoid redundant map lookups 5 years ago
Lioncash 475e8a40ea common/color: Migrate code over to the Common namespace 5 years ago
Lioncash e478c61eeb common/concepts: Move <type_traits> include out of the Common namespace 5 years ago
ameerj 4cb6ad9eaf Remove unneeded newlines, optional Registry in shader params 5 years ago
Ameer J 8374d79c4b Morph: Update worker allocation comment 5 years ago
ameerj b467d4dbd0 move thread 1/4 count computation into allocate workers method 5 years ago
ameerj 3fa34fa7bf Address feedback, add shader compile notifier, update setting text 5 years ago
ameerj 5a2879a781 Vk Async Worker directly emplace in cache 5 years ago
ameerj f029fa19bf Address feedback. Bruteforce delete duplicates 5 years ago
ameerj 77698ae7d6 Vk Async pipeline compilation 5 years ago
MerryMage 1057908c3a dynarmic: Add unsafe optimizations 5 years ago
Lioncash ea46b5546b configure_hotkeys: Don't translate empty strings 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash a67c91f9dd common: Silence two discarded result warnings 5 years ago
Lioncash 89b10968fc common/time_zone: Simplify GetOsTimeZoneOffset() 5 years ago
Lioncash f9fe50958e yuzu: Resolve -Wextra-semi warnings 5 years ago
lat9nq 385449fb24 main: Add an option to modify the currrent game's configuration 5 years ago
Lioncash 0977ef7d7f common/compression: Roll back std::span changes 5 years ago
Lioncash 2ef7815422 common: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash f6ff8a0235 configuration_shared: Simplify name lookup in highlighting functions 5 years ago
Lioncash 0d29e40857 yuzu: Make use of qOverload where applicable 5 years ago
Lioncash b86bba9f7e time_zone_content_manager: Collapse auto and default case 5 years ago
Lioncash 910dff8816 software_keyboard: Resolve a pessimizing move warning 5 years ago
Lioncash 0c78ed16df core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash dea59d837b macro-interpreter: Resolve -Wself-assign-field warning 5 years ago
Lioncash cde4447257 vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() 5 years ago
Lioncash cb79f177aa gl_shader_disk_cache: Make use of std::nullopt where applicable 5 years ago
Lioncash a743375791 async_shaders: Resolve -Wpessimizing-move warning 5 years ago
Lioncash 6dd94f94e6 maxwell_3d: Resolve -Wextra-semi warning 5 years ago
Lioncash f44ad07f2f emu_window: Mark Scoped constructor and Acquire() as nodiscard 5 years ago
Lioncash 8d7e58562f kernel/scheduler: Mark SchedulerLock constructor as nodiscard 5 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
Morph 237d4bb1c5 gl_shader_cache: Use std::max() for determining num_workers 5 years ago
ReinUsesLisp 9a83f8794b textures/decoders: Fix block linear to pitch copies 5 years ago