20784 Commits (1d7abac84be5652ba4fc5d9b7ebc006f425bb4fe)

Author SHA1 Message Date
Liam 1773a1039f kernel: add KObjectName 3 years ago
Narr the Reg 0a88c7dbbe yuzu: Shutdown game on restart to reload per game config 3 years ago
Narr the Reg df9c8bdfd9 yuzu: Write to config file on important config changes 3 years ago
Narr the Reg 17207939e5 input_common: Split mouse input into individual devices 3 years ago
german77 57aaf00a0c Qt: Fix mouse scalling 3 years ago
arades79 98631b45b6
remove constexpr from virtual function 3 years ago
liamwhite 58a2c19982
Revert "main: Fix borderless fullscreen for high dpi scaled displays" 3 years ago
Kelebek1 3b50906f00 Reimplement the invalidate_texture_data_cache register 3 years ago
Kelebek1 139b645aa2 Allow >1 cpu threads on video decoding, disable multi-frame decoding 3 years ago
Liam 79fbdfca17 service: remove deleted services 3 years ago
arades79 880b6e9795 use a string view to skip allocation 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 26e44a3be4 apply clang-format 3 years ago
arades79 392a029ef4 don't use static inside constexpr function 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
Kelebek1 3a90ed99be Fix biquad filter command's state buffer offset 3 years ago
Liam 4363ca304a kernel: use GetCurrentProcess 3 years ago
Morph d6677b50f6 main: Fix borderless fullscreen for high dpi scaled displays 3 years ago
m-HD 9df92bad2a
Update settings.cpp 3 years ago
ameerj 93cf2b3ca8 texture_cache: OpenGL: Implement MSAA uploads and copies 3 years ago
Colin Kinloch 868ab0d3b4 kernel/svc: Fix undefined info_id 3 years ago
Kelebek1 2e02ed8bb5 Add fallback for memory read/write in case the address goes over a 4K page 3 years ago
FengChen 4adf39edf2 video_core: Speed up video frame data copy 3 years ago
Kelebek1 19e1ea6a02 Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help 3 years ago
bunnei e79270507b core: kernel: k_process: Use application system resource. 3 years ago
ameerj 5e746da981 kernel: Refactor thread_local variable usage 3 years ago
Merry 3c60bc36a1 biquad_filter: Clamp f64 in ApplyBiquadFilterFloat 3 years ago
Merry 9bdcb1070f biquad_filter: Fix rounding in ApplyBiquadFilterInt 3 years ago
Liam 36b70dec05 kernel: avoid usage of bit_cast 3 years ago
Morph 3fbb93e5c9 main: Re-add QtWebEngine zoom factor 3 years ago
Narr the Reg acba9a6b76 input_common: Reintroduce custom pro controller support 3 years ago
Narr the Reg 7c0dcea96c audio: cubeb: Fix yuzu crashing when it test for latency 3 years ago
Narr the Reg 5e9fa5def5 core: hid: Use gyro thresholds modes set by the game 3 years ago
ameerj eb9f16dce4 buffer_base: Partially revert changes from #9559 3 years ago
ameerj 04139cb3ed glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask 3 years ago
Narr the Reg c27006e99d service: hid: Return error if arguments of SetSupportedNpadIdType is invalid 3 years ago
Behunin 8551ac6008 Remove OnCommandListEndCommand 3 years ago
Liam 2415d37ea2 kernel/svc: switch to generated wrappers 3 years ago
Liam 82c2a3da9f kernel: fix compilation with older gcc 3 years ago
Matías Locatti 69eaad18a5
Update yuzu_cmd's default_ini.h 3 years ago
Kelebek1 8ae2a664d2 Remove fake vertex bindings when dynamic state is enabled 3 years ago
Liam 92eb091ddb kernel/svc: Split implementations into separate files 3 years ago
Sorab 923c17f1ae Add Game Icon for Discord RPC 3 years ago
german77 3cd0b816cc yuzu_cmd: Order arguments alphabetically and port arguments from Qt 3 years ago
german77 ebca59b8e9 yuzu_cmd: Fix mismatching controller input 3 years ago
german77 424643f9af yuzu_cmd: Fix touch input 3 years ago
ameerj 4678f53463 shader_recompiler/value.h: Remove lingering references to S32 3 years ago
Jonas Gutenschwager 2a491f7aaa
remove disambiguation argument from mute text 3 years ago
ameerj 979e4d9950 fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard 3 years ago