14480 Commits (d52ee6d0a7e5e588e57603d7a62604ba6f58db83)

Author SHA1 Message Date
ameerj d52ee6d0a7 cleanup unneeded comments and newlines 5 years ago
ameerj e87670ee48 Refactor MaxwellToSpirvComparison. Use Common::BitCast 5 years ago
ameerj 1dbf71ceb3 Address PR feedback from Rein 5 years ago
ameerj 9014861858 vulkan_renderer: Alpha Test Culling Implementation 5 years ago
bunnei 4fbe4da911 frontend: yuzu (qt): Register a callback for ExecuteProgram. 5 years ago
bunnei 4fb5ca80c0 service: am: Implement ExecuteProgram and required stubs. 5 years ago
bunnei 5f75d97125 core: loader: Implement support for loading indexed programs. 5 years ago
bunnei 7791cc8c2e
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) 5 years ago
bunnei 6694e11303
input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. 5 years ago
bunnei 7fb7540d69 input_common: Add more missing [[maybe_unused]] from #4927. 5 years ago
bunnei d04abd39eb
Fix warnings in core/frontend/input.h with [[maybe_unused]] 5 years ago
Lioncash 874be0e3e1 svc: Remove unnecessary [[maybe_unused]] tag 5 years ago
Lioncash 5c4774e8ce input_common: Treat warnings as errors 5 years ago
ReinUsesLisp acc14d233f gl_rasterizer: Remove warning of untested alpha test 5 years ago
bunnei 3794c91145 olsc: Move member initialization to after member functions. 5 years ago
Lioncash 01db5cf203 async_shaders: emplace threads into the worker thread vector 5 years ago
Lioncash ba3916fc67 async_shaders: Simplify implementation of GetCompletedWork() 5 years ago
Lioncash 3fcc98e11a async_shaders: Simplify moving data into the pending queue 5 years ago
Lioncash 5b441fa25d async_shaders: std::move data within QueueVulkanShader() 5 years ago
Lioncash 8469b76630 gl_rasterizer: Make floating-point literal a float 5 years ago
Lioncash b7cd5d742e shader_bytecode: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 56ecafc204 shader_bytecode: Eliminate variable shadowing 5 years ago
ReinUsesLisp 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
bunnei 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
german77 5b6545b141 Modify rumble amplification 5 years ago
Lioncash 412044960a virtual_buffer: Do nothing on resize() calls with same sizes 5 years ago
Lioncash 6f8a06bac5 patch_manager: Remove usages of the global system instance 5 years ago
Lioncash aaf262bfed core: Remove unused private Init function for the System class 5 years ago
Lioncash bcaadac22c core: Make use of [[nodiscard]] with the System class 5 years ago
Lioncash be4fc777c0 configure_input_player: Use static qualifier for IsProfileNameValid() 5 years ago
Lioncash 0ca91ced2d virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer 5 years ago
Lioncash b3c8997829 page_table: Allow page tables to be moved 5 years ago
Lioncash 3cfd962ef4 page_table: Add missing doxygen parameters to Resize() 5 years ago
Lioncash 0890451c55 page_table: Remove unnecessary header inclusions 5 years ago
Lioncash 70812ec57b rasterizer_interface: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash a78021580d render_base: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash b928fca114 gpu: Make use of [[nodiscard]] where applicable 5 years ago
Morph e7e8a87927 sdl_impl: Pump SDL Events at 1000 Hz 5 years ago
Morph b254d528bc configure_input: Accommodate for the mouse input device engine 5 years ago
Morph ad50209383 hid: Reimplement Begin/EndPermitVibrationSession 5 years ago
Morph d8ad2f3484 controllers/npad: Load input devices on init 5 years ago
Morph 6f5b942897 configure_input: Update the input profiles for other player tabs 5 years ago
Morph 97b2220a82 general: Fix compiler warnings on linux and miscellaneous changes 5 years ago
Morph 117bdc71e0 sdl_impl: Revert to the "old" method of mapping sticks 5 years ago
Morph 760a9e8693 applets/controller: Change the input button to create input profiles 5 years ago
Morph 30e0d1c973 controllers/npad: Remove the old vibration filter 5 years ago
Morph 91c06dae1a input: Disconnect a controller prior to connecting a new one 5 years ago
Morph 978ca65f59 hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted 5 years ago
Morph e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph 38110dd485 configure_input: Add per-player vibration 5 years ago