15596 Commits (f4610e77e2bb716a123efad75c955152a084a3e6)

Author SHA1 Message Date
german e6fc3b5662 Address comments 5 years ago
german 2d207ec609 Implement a basic class for motion devices 5 years ago
Lioncash 9e1b0af259 input_common: Eliminate most global state 5 years ago
Morph 8ffc491546 input_common/main: Add "/Mouse" to the display name 5 years ago
Lioncash 7b50c48df7 memory_manager: Make use of [[nodiscard]] in the interface 5 years ago
Lioncash d12d59f62a memory_manager: Make operator+ const qualified 5 years ago
Morph f5f30781ae configure_input_player: Fix modifier scale button mapping 5 years ago
Morph 1bd70d73c0 configuration/input: Add support for mouse button clicks 5 years ago
Morph eb149ec696 controllers/npad: Fix inconsistencies with controller connection statuses 5 years ago
Morph 334ef2efdd controllers/npad: Fix LibNX controller connection statuses 5 years ago
Morph e7c174b426 controllers/npad: Fix LedPattern for P1-4 5 years ago
Morph de79897f04 input_common: Fix directional deadzone values 5 years ago
Morph efa0b7a056 Address feedback 5 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
Lioncash f60d5aac3e gc_poller: Resolve compilation warnings on MSVC 5 years ago
ReinUsesLisp ccdd84a778 hle/scheduler: Fix data race in is_context_switch_pending 5 years ago
ReinUsesLisp 36eade7f4c hle/kernel: Fix data race in GetCurrentHostThreadID 5 years ago
ReinUsesLisp f119ef798b common/thread: Fix data race in is_set 5 years ago
ReinUsesLisp 56ac22f737 cpu_interrupt_handler: Misc style changes 5 years ago
ReinUsesLisp ea7bda25ba cpu_interrupt_handler: Make is_interrupted an atomic 5 years ago
M&M 43ce33b6cc logging/settings: Increase maximum log size to 100 MB and add extended logging option 6 years ago
Lioncash 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS 5 years ago
Lioncash 3bfaabdbdd common/assert: Make use of C++ attribute syntax 5 years ago
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
ReinUsesLisp c5a78f4480 vk_device: Use Vulkan 1.0 properly 6 years ago
ReinUsesLisp 29a0ca2391 renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available 6 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