summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: gpu: WaitFence: Do not block threads during shutdown.Gravatar bunnei2021-05-292-1/+13
* Merge pull request #6373 from bunnei/use-slabheap-tlsGravatar bunnei2021-05-292-11/+191
|\
| * hle: kernel: KSlabHeap: Allow host or guest allocations.Gravatar bunnei2021-05-282-11/+191
* | Fix two GCC 11 warnings: Unneeded copies.Gravatar Markus Wick2021-05-292-3/+3
* | Merge pull request #6371 from degasus/drop_ExceptionalExitGravatar bunnei2021-05-286-18/+42
|\ \ | |/ |/|
| * core/arm_interface: Call SVC after end of dynarmic block.Gravatar Markus Wick2021-05-276-18/+42
* | Merge pull request #6356 from ogniK5377/ApplyNpadSystemCommonPolicyGravatar bunnei2021-05-281-1/+10
|\ \
| * | hid: ApplyNpadSystemCommonPolicyGravatar Chloe Marcec2021-05-241-1/+10
* | | common/fs/file: Explicitly delete copy constructorsGravatar Lioncash2021-05-281-1/+4
* | | common/fs/file: Devirtualize destructorGravatar Lioncash2021-05-281-1/+1
* | | common/fs/file: Default initialize IOFile membersGravatar Lioncash2021-05-281-2/+2
* | | video_core: rasterizer_cache: Use u16 for cached page count.Gravatar bunnei2021-05-272-9/+9
| |/ |/|
* | Merge pull request #6346 from lat9nq/apply-config-pgcGravatar Ameer J2021-05-276-18/+57
|\ \
| * | yuzu qt: Add an Apply button to configuration dialogsGravatar lat9nq2021-05-256-18/+57
* | | Merge pull request #6366 from lat9nq/bundled-qt-linuxGravatar Mai M2021-05-261-2/+11
|\ \ \
| * | | cmake: Download Qt binaries on Linux if neededGravatar lat9nq2021-05-261-2/+11
* | | | core/arm: Drop ChangeProcessorID.Gravatar Markus Wick2021-05-265-12/+0
* | | | Merge pull request #6331 from lioncash/gestureGravatar Morph2021-05-262-67/+79
|\ \ \ \ | |/ / / |/| | |
| * | | hid/gesture: Factor out last gesture retrieval into its own functionGravatar Lioncash2021-05-182-14/+23
| * | | hid/gesture: Ensure all ID arrays are initializedGravatar Lioncash2021-05-181-4/+4
| * | | hid/gesture: Make Point a templateGravatar Lioncash2021-05-182-38/+46
| * | | hid/gesture: Replace x,y members of GestureState with a PointGravatar Lioncash2021-05-182-6/+4
| * | | hid/gesture: Add default comparators to PointGravatar Lioncash2021-05-182-10/+7
| * | | hid/gesture: Rename Points to PointGravatar Lioncash2021-05-181-5/+5
* | | | Merge pull request #6339 from Morph1984/swkbd-queuedconnectionGravatar bunnei2021-05-251-15/+3
|\ \ \ \
| * | | | applets/swkbd: Make use of QueuedConnection in returnPressed signalGravatar Morph2021-05-221-15/+3
* | | | | common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-2574-2173/+3789
* | | | | Merge pull request #6349 from german77/suppress_config_warningGravatar bunnei2021-05-251-3/+3
|\ \ \ \ \
| * | | | | settings: Suppress duplicate label name warningGravatar german772021-05-221-3/+3
| |/ / / /
* | | | | Merge pull request #6353 from german77/handheld_dockedGravatar bunnei2021-05-253-4/+24
|\ \ \ \ \
| * | | | | settings: Forbid docked mode on handheldGravatar german772021-05-233-4/+24
| |/ / / /
* | | | | kernel: process_capability: Add MapRegion capabilityGravatar Morph2021-05-252-0/+12
* | | | | Merge pull request #6357 from lioncash/compressionGravatar bunnei2021-05-244-7/+8
|\ \ \ \ \
| * | | | | zstd_compression: Make use of std::spanGravatar Lioncash2021-05-242-3/+4
| * | | | | lz4_compression: Make use of std::spanGravatar Lioncash2021-05-242-4/+4
| |/ / / /
* | | | | Merge pull request #6312 from german77/analogMappingGravatar bunnei2021-05-241-26/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | input_common: Fix crash when controller disconnectsGravatar german772021-05-151-1/+3
| * | | | input_common: Rewrite sdl analog mappingGravatar german772021-05-141-25/+25
* | | | | Merge pull request #6347 from bunnei/ipc-improvements-next-2Gravatar bunnei2021-05-2322-356/+249
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | hle: kernel: service_thread: Take reference to KServerSession on service requ...Gravatar bunnei2021-05-201-9/+5
| * | | | hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct.Gravatar bunnei2021-05-201-1/+1
| * | | | hle: kernel: Use host memory allocations for KSlabMemory.Gravatar bunnei2021-05-204-174/+20
| * | | | Revert "WORKAROUND: Do not use slab heap while we track down issues with reso...Gravatar bunnei2021-05-201-2/+2
| * | | | hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.Gravatar bunnei2021-05-203-62/+17
| * | | | common: tree: Avoid a crash on nullptr dereference.Gravatar bunnei2021-05-201-0/+11
| * | | | hle: kernel: Implement CloneCurrentObject and improve session management.Gravatar bunnei2021-05-2013-99/+184
| * | | | Revert "WORKAROUND: temp. disable session resource limits while we work out i...Gravatar bunnei2021-05-204-11/+11
* | | | | Merge pull request #6248 from A-w-x/intelmesaGravatar bunnei2021-05-201-1/+1
|\ \ \ \ \
| * | | | | gl_device: Intel: Disable texture view formats workaround on mesaGravatar A-w-x2021-04-261-1/+1
* | | | | | Merge pull request #6333 from Morph1984/swkbd-confirm-textGravatar bunnei2021-05-201-8/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |