21158 Commits (1eb2e781ff0d516cbfd8707472124fc7fe2f4eee)

Author SHA1 Message Date
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
Liam 5175ea2ae1 core: defer cpu shutdown 3 years ago
german77 22874a20d9 Qt: Reintroduce scaling for touch input 3 years ago
Liam edda4ad9ae kernel: add KObjectName 3 years ago
Narr the Reg 790033039a yuzu: Shutdown game on restart to reload per game config 3 years ago
Narr the Reg 19ef4a0ee2 yuzu: Write to config file on important config changes 3 years ago
Narr the Reg 8a7dfb2439 input_common: Split mouse input into individual devices 3 years ago
german77 6932c0ed2a Qt: Fix mouse scalling 3 years ago
arades79 b4b47c9f4a remove constexpr from virtual function 3 years ago
liamwhite 0ffd5f7565 Revert "main: Fix borderless fullscreen for high dpi scaled displays" 3 years ago
Kelebek1 2d86d111fa Reimplement the invalidate_texture_data_cache register 3 years ago
Kelebek1 6afc4a2134 Allow >1 cpu threads on video decoding, disable multi-frame decoding 3 years ago
Liam c415339beb service: remove deleted services 3 years ago
arades79 b34e09b574 use a string view to skip allocation 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 3e078dbb07 apply clang-format 3 years ago
arades79 e342fecde6 don't use static inside constexpr function 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
Kelebek1 4aee835d49 Fix biquad filter command's state buffer offset 3 years ago
Liam 832e1e2ca4 kernel: use GetCurrentProcess 3 years ago
Morph 3da39e4969 main: Fix borderless fullscreen for high dpi scaled displays 3 years ago
m-HD fa7436638c Update settings.cpp 3 years ago
ameerj b60e0b5360 texture_cache: OpenGL: Implement MSAA uploads and copies 3 years ago
Colin Kinloch d0ca9973a7 kernel/svc: Fix undefined info_id 3 years ago
Kelebek1 b5421d05cd Add fallback for memory read/write in case the address goes over a 4K page 3 years ago
FengChen b2395ce048 video_core: Speed up video frame data copy 3 years ago
Kelebek1 5c8140092f Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help 3 years ago
bunnei 86a1aa0fcc core: kernel: k_process: Use application system resource. 3 years ago
ameerj 8467bf5224 kernel: Refactor thread_local variable usage 3 years ago
Merry 46ce21d3e2 biquad_filter: Clamp f64 in ApplyBiquadFilterFloat 3 years ago
Merry f35302d4bf biquad_filter: Fix rounding in ApplyBiquadFilterInt 3 years ago
Liam f68b3dcb29 kernel: avoid usage of bit_cast 3 years ago
Morph 030b6f5a5b main: Re-add QtWebEngine zoom factor 3 years ago
Narr the Reg 75039440f3 input_common: Reintroduce custom pro controller support 3 years ago
Narr the Reg 326d8c0905 audio: cubeb: Fix yuzu crashing when it test for latency 3 years ago
Narr the Reg 420560f4d3 core: hid: Use gyro thresholds modes set by the game 3 years ago
ameerj c5f3db8235 buffer_base: Partially revert changes from #9559 3 years ago
ameerj a6405c4890 glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask 3 years ago
Narr the Reg 3d2f7c4170 service: hid: Return error if arguments of SetSupportedNpadIdType is invalid 3 years ago
Behunin 09f64e648a Remove OnCommandListEndCommand 3 years ago
Liam b91913334e kernel/svc: switch to generated wrappers 3 years ago
Liam 43131451c3 kernel: fix compilation with older gcc 3 years ago
Matías Locatti 9bc808f872 Update yuzu_cmd's default_ini.h 3 years ago
Kelebek1 b2a024c42a Remove fake vertex bindings when dynamic state is enabled 3 years ago
Liam 2d0892da7f kernel/svc: Split implementations into separate files 3 years ago
Sorab 5f5c185e3b Add Game Icon for Discord RPC 3 years ago
german77 60b2683cc1 yuzu_cmd: Order arguments alphabetically and port arguments from Qt 3 years ago
german77 c657c3cade yuzu_cmd: Fix mismatching controller input 3 years ago
german77 64ae3aeeb9 yuzu_cmd: Fix touch input 3 years ago