| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #9769 from Kelebek1/audio_oob | 2023-02-16 | 2 | -40/+92 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Add fallback for memory read/write in case the address goes over a 4K page | 2023-02-11 | 1 | -12/+64 | ||
| | * | | | | | Fix depop prepare receiving bad mix infos and writing out of bounds, and upda... | 2023-02-11 | 2 | -40/+40 | ||
| * | | | | | | Merge pull request #9796 from liamwhite/current | 2023-02-15 | 72 | -291/+315 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 41 | -164/+169 | ||
| | * | | | | | | kernel: use GetCurrentProcess | 2023-02-13 | 34 | -128/+147 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | 2023-02-15 | 26 | -60/+54 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | remove constexpr from virtual function | 2023-02-14 | 2 | -5/+5 | ||
| | * | | | | | | use a string view to skip allocation | 2023-02-14 | 2 | -13/+7 | ||
| | * | | | | | | remove static from pointer sized or smaller types for aesthetics, change cons... | 2023-02-14 | 102 | -307/+300 | ||
| | * | | | | | | apply clang-format | 2023-02-14 | 2 | -4/+5 | ||
| | * | | | | | | don't use static inside constexpr function | 2023-02-14 | 1 | -6/+6 | ||
| | * | | | | | | add static lifetime to constexpr values to force compile time evaluation wher... | 2023-02-14 | 101 | -303/+309 | ||
| * | | | | | | | Merge pull request #9809 from liamwhite/unused-service | 2023-02-15 | 24 | -621/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: remove deleted services | 2023-02-14 | 24 | -621/+0 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | Revert "main: Fix borderless fullscreen for high dpi scaled displays" | 2023-02-14 | 1 | -13/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #9795 from Kelebek1/biquad_fix | 2023-02-14 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix biquad filter command's state buffer offset | 2023-02-13 | 1 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #9793 from Morph1984/borderless-hidpi | 2023-02-14 | 1 | -1/+13 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | main: Fix borderless fullscreen for high dpi scaled displays | 2023-02-12 | 1 | -1/+13 | ||
| * | | | | | | Merge pull request #9784 from m-HD/master | 2023-02-12 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Update settings.cpp | 2023-02-12 | 1 | -0/+4 | ||
| * | | | | | | Merge pull request #9757 from german77/gyro | 2023-02-12 | 8 | -21/+67 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: hid: Use gyro thresholds modes set by the game | 2023-02-09 | 8 | -21/+67 | ||
| * | | | | | | | Merge pull request #9746 from ameerj/ogl-msaa-texcache | 2023-02-12 | 12 | -14/+136 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | texture_cache: OpenGL: Implement MSAA uploads and copies | 2023-02-11 | 12 | -14/+136 | ||
| * | | | | | | | kernel/svc: Fix undefined info_id | 2023-02-11 | 1 | -2/+2 | ||
| * | | | | | | | Merge pull request #9777 from vonchenplus/speed_up_video_copy | 2023-02-11 | 1 | -9/+5 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core: Speed up video frame data copy | 2023-02-11 | 1 | -9/+5 | ||
| * | | | | | | | | Merge pull request #9773 from bunnei/fix-process-resource | 2023-02-11 | 3 | -1/+15 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: kernel: k_process: Use application system resource. | 2023-02-10 | 3 | -1/+15 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9768 from merryhime/biquad-rounding | 2023-02-11 | 2 | -27/+19 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | biquad_filter: Clamp f64 in ApplyBiquadFilterFloat | 2023-02-10 | 1 | -3/+3 | ||
| | * | | | | | | | | biquad_filter: Fix rounding in ApplyBiquadFilterInt | 2023-02-10 | 2 | -24/+16 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9744 from behunin/quick-release | 2023-02-11 | 3 | -14/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove OnCommandListEndCommand | 2023-02-07 | 3 | -14/+2 | ||
| * | | | | | | | | | Merge pull request #9742 from liamwhite/svc-wrap-only | 2023-02-10 | 45 | -1570/+7468 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/svc: switch to generated wrappers | 2023-02-06 | 45 | -1570/+7468 | ||
| * | | | | | | | | | | Merge pull request #9759 from german77/pro_controller | 2023-02-10 | 9 | -7/+92 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | input_common: Reintroduce custom pro controller support | 2023-02-09 | 9 | -7/+92 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9761 from Morph1984/oops | 2023-02-10 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | main: Re-add QtWebEngine zoom factor | 2023-02-09 | 1 | -0/+2 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * / | | | | | | | | kernel: avoid usage of bit_cast | 2023-02-10 | 1 | -2/+2 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9736 from Kelebek1/dynamic_vertex_attribs | 2023-02-09 | 1 | -25/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove fake vertex bindings when dynamic state is enabled | 2023-02-05 | 1 | -25/+1 | ||
| * | | | | | | | | | Merge pull request #9750 from ameerj/glsl-sample-id-mask | 2023-02-09 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask | 2023-02-08 | 1 | -6/+0 | ||
| * | | | | | | | | | | audio: cubeb: Fix yuzu crashing when it test for latency | 2023-02-09 | 1 | -0/+20 | ||
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | buffer_base: Partially revert changes from #9559 | 2023-02-08 | 2 | -7/+9 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9747 from german77/SetSupportedNpadIdTypes | 2023-02-08 | 4 | -6/+15 | ||
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||