summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2023-08-21Merge pull request #11309 from liamwhite/full-xciliamwhite
file_sys/card_image: support dumps with prepended key area
2023-08-21patch_manager: apply manual HTML patches when presentLiam
2023-08-21Merge pull request #11284 from liamwhite/nca-releaseFernando S
vfs: expand support for NCA reading
2023-08-18Merge pull request #11288 from liamwhite/svc-tickliamwhite
kernel: remove relative task registration
2023-08-17file_sys/card_image: support dumps with prepended key areaLiam
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15Improve behavior when sending to closed connectioncomex
- On Unix, this would previously kill the Yuzu process with SIGPIPE. Send MSG_NOSIGNAL to opt out of this. - Add support for the proper error code in this situation, EPIPE. - Windows has nonstandard behavior in this situation; translate it to the standard behavior. Kind of pointless, but isn't it nice to be correct?
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15fssystem: reduce overalignment of unbuffered storage operationsLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-15Merge pull request #11287 from liamwhite/replaced-bytesFernando S
gdbstub: fixup replaced instruction bytes in memory reads
2023-08-14Merge pull request #11256 from FearlessTobi/revert-10075bunnei
Partially Revert "Silence nifm spam"
2023-08-14kernel: remove relative task registrationLiam
2023-08-14gdbstub: fixup replaced instruction bytes in memory readsLiam
2023-08-14Revert "Silence nifm spam"FearlessTobi
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
2023-08-14Merge pull request #11281 from liamwhite/vi-scale-modeliamwhite
nvnflinger: add missing scale mode
2023-08-14Merge pull request #11259 from german77/hidliamwhite
service: hid: Implement functions needed by QLaunch
2023-08-13nvnflinger: add missing scale modeLiam
2023-08-11ssl_backend_securetransport: remove stray .Code()Liam
2023-08-11Merge pull request #11253 from liamwhite/i-hate-this-toolchainliamwhite
general: fix apple clang build
2023-08-11service: hid: Implement functions needed by QLaunchNarr the Reg
2023-08-09Merge pull request #11093 from liamwhite/result-ergonomicsbunnei
core: remove ResultVal type
2023-08-09general: fix apple clang buildLiam
2023-08-08service: pctl: Partially revert 11221Narr the Reg
2023-08-08fs: return result on null outputsLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08ssl: remove ResultVal useLiam
2023-08-08core: remove ResultVal typeLiam
2023-08-07Merge pull request #11217 from german77/olscliamwhite
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-07Merge pull request #11221 from german77/pctlliamwhite
service: pctl: Implement functions needed for QLaunch
2023-08-05service: audctl: Stub functions needed by Qlaunchgerman77
2023-08-05service: olsc: Implement IOlscServiceForSystemService ↵german77
ITransferTaskListController interfaces for QLaunch
2023-08-05service: pctl: Implement functions needed for QLaunchgerman77
2023-08-05Merge pull request #11210 from german77/settingsliamwhite
service: set: Implement system settings for Qlaunch
2023-08-04service: set: Add more system settings and address commentsNarr the Reg
2023-08-02service: set: Implement system settings for QlaunchNarr the Reg
2023-08-02service: am: Fix wrong interfaceNarr the Reg
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-07-31audren_u: Fix parameter alignmentMorph
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq
Fixes a memory leak with time zone binaries accumulating on theirselves.
2023-07-28Merge pull request #11155 from liamwhite/memory3liamwhite
memory: check page against address space size
2023-07-26Merge pull request #10990 from comex/ubsanliamwhite
Fixes and workarounds to make UBSan happier on macOS
2023-07-25memory: check page against address space sizeLiam
2023-07-24Merge pull request #11095 from liamwhite/memory2liamwhite
memory: cleanup
2023-07-22core: implement GetGaiStringErrorRequest, IContextRegistrarLiam
2023-07-22core: reduce TOCTTOU memory accessLiam
2023-07-22memory: minimize dependency on processLiam
2023-07-22Merge pull request #11094 from liamwhite/getliamwhite
kernel: misc cleanup of page table accessors
2023-07-21Merge pull request #11113 from liamwhite/nsd1bunnei
nsd: add GetApplicationServerEnvironmentType
2023-07-21core: remove remaining uses of dynamic_castLiam