summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6389 from german77/Analog_button_fixGravatar bunnei2021-06-031-0/+15
|\
| * input_common: Analog button, use time based position instead of frequent updatesGravatar german772021-05-301-0/+15
* | fsp-srv: Replace one last instance of RESULT_SUCCESSGravatar Morph2021-06-021-1/+1
* | fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-026-2/+25
* | general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-0213-45/+45
* | general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-02111-931/+928
* | common_funcs: Move R_ macros to result.hGravatar Lioncash2021-05-311-0/+25
* | Merge pull request #6385 from degasus/save_memory_accessGravatar bunnei2021-05-303-33/+70
|\ \
| * | core/memory: Check our memory fallbacks for out-of-bound behavior.Gravatar Markus Wick2021-05-291-4/+39
| * | core/arm_interface: Improve the performance of memory fallbacks.Gravatar Markus Wick2021-05-292-29/+31
* | | Merge pull request #6377 from lioncash/pointGravatar bunnei2021-05-303-39/+17
|\ \ \
| * | | touchscreen: Make use of common point structGravatar Lioncash2021-05-282-10/+10
| * | | common: Extract point into a common structGravatar Lioncash2021-05-281-29/+7
* | | | Merge pull request #6387 from lioncash/class-tokenGravatar bunnei2021-05-291-43/+36
|\ \ \ \
| * | | | k_class_token: Use variable templates where applicableGravatar Lioncash2021-05-291-43/+36
| |/ / /
* | | | Merge pull request #6374 from Morph1984/swkbd-textcheck-encodingGravatar Mai M2021-05-291-10/+15
|\ \ \ \
| * | | | applets/swkbd: Make use of std::move where applicableGravatar Morph2021-05-271-8/+8
| * | | | applets/swkbd: Only read the text check message on Failure/ConfirmGravatar Morph2021-05-271-2/+7
| |/ / /
* | | | Merge pull request #6364 from german77/stub-lp2pGravatar Mai M2021-05-291-0/+141
|\ \ \ \ | |_|_|/ |/| | |
| * | | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServiceGravatar german772021-05-261-0/+141
* | | | Merge pull request #6379 from degasus/update_dynarmicGravatar bunnei2021-05-296-11/+11
|\ \ \ \
| * | | | externals: Update dynarmic.Gravatar Markus Wick2021-05-296-11/+11
| | |_|/ | |/| |
* | | | Merge pull request #6384 from lioncash/virtualGravatar bunnei2021-05-2915-53/+48
|\ \ \ \
| * | | | kernel: Add missing override specifiersGravatar Lioncash2021-05-2915-53/+48
| | |_|/ | |/| |
* | | | Merge pull request #6382 from lioncash/nullGravatar bunnei2021-05-291-5/+5
|\ \ \ \
| * | | | k_thread: Move dereference after null check in Initialize()Gravatar Lioncash2021-05-291-5/+5
| |/ / /
* | | | 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-291-1/+1
| |_|/ / |/| | |
* | | | 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
* | | 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
* | | common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-2531-340/+387
* | | kernel: process_capability: Add MapRegion capabilityGravatar Morph2021-05-252-0/+12
| |/ |/|
* | 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
* | 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