14030 Commits (41b8ecdeb66b8314f40c3823da9d3d0887eaa8f9)

Author SHA1 Message Date
Lioncash bafef3d1c9 async_shaders: Mark getters as const member functions 5 years ago
Lioncash 5bce81c3d6 memory_manager: Mark IsGranularRange() as a const member function 5 years ago
Lioncash bae4e6c2f5 gl_texture_cache: Take std::string by reference in DecorateViewName() 5 years ago
Lioncash f3bb52c0a9 video_core/fence_manager: Remove unnecessary includes 5 years ago
ReinUsesLisp 91df2beee3 video_core/host_shaders: Add CMake integration for string shaders 5 years ago
ReinUsesLisp 0eaf7e1daa gl_shader_util: Use std::string_view instead of star pointer 5 years ago
Lioncash 4c1a95ed61 fsp_srv: Resolve -Wunused-but-set-variable warning 5 years ago
Lioncash 01d1b5cdaf file_sys: Replace inclusions with forward declarations where applicable 5 years ago
Lioncash 85db5f4091 fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() 5 years ago
Lioncash 67a8e73101 registered_cache: Make use of ends_with for string suffix checking 5 years ago
Lioncash f83c6e1e0c registered_cache: Make use of designated initializers 5 years ago
Lioncash b62a8ca43e key_manager: Make data arrays constexpr 5 years ago
Lioncash 544fbd5c84 cpu_manager: Make use of ranged for where applicable 5 years ago
Lioncash 79504f1a39 core_timing: Remove unused header 5 years ago
Lioncash 25cd5d9dda core_timing: Move clock initializer into constructor initializer list 5 years ago
Lioncash 2624b1eae6 core_timing: Resolve sign conversion warning 5 years ago
Lioncash ca5ed50655 web_service: Move web_result.h into web_service 5 years ago
ReinUsesLisp da53bcee60 video_core: Initialize renderer with a GPU 6 years ago
ReinUsesLisp aed6011d7c vk_state_tracker: Fix primitive topology 5 years ago
bunnei acbae572d3
Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 5 years ago
Lioncash f6bb905182 common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash 551882e512 vfs_real: Resolve sign conversion warnings 5 years ago
Lioncash ed9ae5a977 vfs_real: Avoid redundant map lookups 5 years ago
Lioncash e864aa25d5 common/color: Migrate code over to the Common namespace 5 years ago
Lioncash 999fc2fece common/concepts: Move <type_traits> include out of the Common namespace 5 years ago
ameerj fde8102a41 Remove unneeded newlines, optional Registry in shader params 5 years ago
Ameer J f49ffdd648 Morph: Update worker allocation comment 5 years ago
ameerj 1b829fbd7a move thread 1/4 count computation into allocate workers method 5 years ago
ameerj 31a76410e8 Address feedback, add shader compile notifier, update setting text 5 years ago
ameerj c02464f64e Vk Async Worker directly emplace in cache 6 years ago
ameerj 4539073ce1 Address feedback. Bruteforce delete duplicates 6 years ago
ameerj 6ac97405df Vk Async pipeline compilation 6 years ago
MerryMage 836ec9176a dynarmic: Add unsafe optimizations 5 years ago
Lioncash e23289d869 configure_hotkeys: Don't translate empty strings 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash d09456fc41 common: Silence two discarded result warnings 5 years ago
Lioncash fe97d34156 common/time_zone: Simplify GetOsTimeZoneOffset() 5 years ago
Lioncash dbb1cbce67 yuzu: Resolve -Wextra-semi warnings 5 years ago
lat9nq 9f972b7d01 main: Add an option to modify the currrent game's configuration 5 years ago
Lioncash 1ee060ca0d common/compression: Roll back std::span changes 5 years ago
Lioncash df72480395 common: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash fe86109877 configuration_shared: Simplify name lookup in highlighting functions 5 years ago
Lioncash 969a4cc4da yuzu: Make use of qOverload where applicable 5 years ago
Lioncash b14277ef97 time_zone_content_manager: Collapse auto and default case 5 years ago
Lioncash 03d5a5d9de software_keyboard: Resolve a pessimizing move warning 5 years ago
Lioncash 2296e921d2 core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash dcc5562cd5 shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message 5 years ago
Lioncash 34ec64233a macro-interpreter: Resolve -Wself-assign-field warning 5 years ago
Lioncash 167d36ec3c vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() 5 years ago
Lioncash c8135b3c18 gl_shader_disk_cache: Make use of std::nullopt where applicable 5 years ago