| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | core: hid: Fix native mouse mappings | 2023-02-21 | 5 | -63/+62 | ||
| |/ / | ||||||
| * | | Merge pull request #9846 from merryhime/type-const | 2023-02-21 | 13 | -53/+53 | ||
| |\ \ | | | | | | | svc: Fix type consistency (exposed on macOS) | |||||
| | * | | svc: Fix type consistency (exposed on macOS) | 2023-02-21 | 13 | -53/+53 | ||
| | |/ | ||||||
| * / | net: translate ECONNRESET network error | 2023-02-21 | 4 | -0/+8 | ||
| |/ | ||||||
| * | Merge pull request #9771 from ameerj/host-thread-id | 2023-02-19 | 1 | -27/+18 | ||
| |\ | | | | | kernel: Refactor thread_local variable usage | |||||
| | * | kernel: Refactor thread_local variable usage | 2023-02-10 | 1 | -27/+18 | ||
| | | | | | | | | | | | | | On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId(). This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread | |||||
| * | | Merge pull request #9815 from german77/qt-mouse | 2023-02-18 | 2 | -1/+5 | ||
| |\ \ | | | | | | | Qt: Fix mouse scalling | |||||
| | * | | input_common: Split mouse input into individual devices | 2023-02-16 | 2 | -1/+5 | ||
| | | | | ||||||
| * | | | kernel: add KObjectName | 2023-02-17 | 7 | -3/+265 | ||
| |/ / | ||||||
| * | | Merge pull request #9796 from liamwhite/current | 2023-02-15 | 67 | -283/+307 | ||
| |\ \ | | | | | | | general: rename CurrentProcess to ApplicationProcess | |||||
| | * | | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 36 | -156/+161 | ||
| | | | | ||||||
| | * | | kernel: use GetCurrentProcess | 2023-02-13 | 34 | -128/+147 | ||
| | | | | ||||||
| * | | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | 2023-02-15 | 11 | -25/+19 | ||
| |\ \ \ | | | | | | | | | Fix consexpr value declaration usage | |||||
| | * | | | remove constexpr from virtual function | 2023-02-14 | 2 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| | * | | | use a string view to skip allocation | 2023-02-14 | 2 | -13/+7 | ||
| | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| | * | | | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 40 | -98/+97 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| | * | | | apply clang-format | 2023-02-14 | 2 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| | * | | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 40 | -96/+96 | ||
| | |/ / | | | | | | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| * / / | service: remove deleted services | 2023-02-14 | 24 | -621/+0 | ||
| |/ / | ||||||
| * | | Merge pull request #9757 from german77/gyro | 2023-02-12 | 8 | -21/+67 | ||
| |\ \ | | | | | | | core: hid: Use gyro thresholds modes set by the game | |||||
| | * | | core: hid: Use gyro thresholds modes set by the game | 2023-02-09 | 8 | -21/+67 | ||
| | | | | ||||||
| * | | | kernel/svc: Fix undefined info_id | 2023-02-11 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #9773 from bunnei/fix-process-resource | 2023-02-11 | 3 | -1/+15 | ||
| |\ \ \ | | | | | | | | | core: kernel: k_process: Use application system resource. | |||||
| | * | | | core: kernel: k_process: Use application system resource. | 2023-02-10 | 3 | -1/+15 | ||
| | | | | | ||||||
| * | | | | Merge pull request #9742 from liamwhite/svc-wrap-only | 2023-02-10 | 45 | -1570/+7468 | ||
| |\ \ \ \ | |/ / / |/| | | | kernel/svc: switch to generated wrappers | |||||
| | * | | | kernel/svc: switch to generated wrappers | 2023-02-06 | 45 | -1570/+7468 | ||
| | | | | | ||||||
| * | | | | kernel: avoid usage of bit_cast | 2023-02-10 | 1 | -2/+2 | ||
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #9747 from german77/SetSupportedNpadIdTypes | 2023-02-08 | 4 | -6/+15 | ||
| |\ \ \ | | |/ | |/| | service: hid: Return error if arguments of SetSupportedNpadIdType is invalid | |||||
| | * | | service: hid: Return error if arguments of SetSupportedNpadIdType is invalid | 2023-02-07 | 4 | -6/+15 | ||
| | |/ | ||||||
| * / | kernel: fix compilation with older gcc | 2023-02-06 | 2 | -4/+5 | ||
| |/ | ||||||
| * | kernel/svc: Split implementations into separate files | 2023-02-04 | 40 | -2688/+3196 | ||
| | | ||||||
| * | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard | 2023-02-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | 2023-02-03 | 59 | -324/+365 | ||
| | | | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||||
| * | Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span | 2023-02-02 | 59 | -365/+324 | ||
| |\ | | | | | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | |||||
| | * | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | 2023-02-02 | 59 | -365/+324 | ||
| | | | | | | | | | ReadBuffer" | |||||
| * | | kernel: add KDeviceAddressSpace | 2023-02-01 | 6 | -0/+232 | ||
| |/ | ||||||
| * | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | 2023-02-01 | 3 | -1/+83 | ||
| |\ | | | | | input_common: Implement turbo buttons | |||||
| | * | input_common: Implement turbo buttons | 2023-02-01 | 3 | -1/+83 | ||
| | | | ||||||
| * | | Merge pull request #9697 from liamwhite/kcap | 2023-01-31 | 6 | -0/+738 | ||
| |\ \ | | | | | | | kernel: add KCapabilities | |||||
| | * | | kernel: add KCapabilities | 2023-01-29 | 6 | -0/+738 | ||
| | | | | ||||||
| * | | | Merge pull request #9508 from ameerj/hle-ipc-buffer-span | 2023-01-30 | 59 | -324/+365 | ||
| |\ \ \ | |_|/ |/| | | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer | |||||
| | * | | hle_ipc: Use thread_local ReadBuffer | 2022-12-28 | 1 | -4/+14 | ||
| | | | | ||||||
| | * | | hle_ipc: Rename ReadBufferSpan to ReadBuffer | 2022-12-28 | 33 | -97/+97 | ||
| | | | | ||||||
| | * | | hle_ipc: Rename ReadBuffer to ReadBufferCopy | 2022-12-28 | 3 | -4/+6 | ||
| | | | | | | | | | | | | | Indicates explicitly that a copy is occurring | |||||
| | * | | bsd: Use std::span for read payloads | 2022-12-28 | 6 | -36/+38 | ||
| | | | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan | |||||
| | * | | nvdrv: Use std::span for inputs | 2022-12-28 | 24 | -211/+209 | ||
| | | | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan | |||||
| | * | | hidbus: Use ReadBufferSpan | 2022-12-28 | 11 | -12/+16 | ||
| | | | | ||||||
| | * | | nvflinger: Split Parcel class into InputParcel and OutputParcel | 2022-12-25 | 5 | -48/+53 | ||
| | | | | | | | | | | | | | | | | The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span. | |||||
| | * | | service: Use ReadBufferSpan where it is trivial to do so | 2022-12-25 | 31 | -77/+78 | ||
| | | | | ||||||
| | * | | fsp_srv: Use ReadBufferSpan | 2022-12-25 | 1 | -17/+14 | ||
| | | | | ||||||