aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Collapse)Author
2023-08-26am: shorten shutdown timeout when lock is not heldLiam
2023-08-25Merge pull request #11370 from FearlessTobi/fix-filesizeliamwhite
filesystem: Return correct error for RenameFile when dest_path already exists
2023-08-26ssl: tolerate handshake without hostname set (#11328)liamwhite
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi
Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
2023-08-24Merge pull request #11327 from liamwhite/skyline-2liamwhite
sockets: avoid locking around socket session calls
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
Allows some special interactions with it in the Qt frontend.
2023-08-21Merge pull request #11284 from liamwhite/nca-releaseFernando S
vfs: expand support for NCA reading
2023-08-19sockets: avoid locking around socket session callsLiam
2023-08-18Merge pull request #11288 from liamwhite/svc-tickliamwhite
kernel: remove relative task registration
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-15vfs: expand support for NCA readingLiam
2023-08-14kernel: remove relative task registrationLiam
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-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-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-26Merge pull request #10990 from comex/ubsanliamwhite
Fixes and workarounds to make UBSan happier on macOS
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-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
2023-07-21k_system_control: Always return some memory sizelat9nq
2023-07-21core,common: Give memory layout setting an enumlat9nq
Allows for 6GB and 8GB layouts to be selected.
2023-07-21settings: Require time zone setting value for stirnglat9nq
2023-07-21configure_system: Implement with for looplat9nq