summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-033-4/+4
| | | | And fix a bunch of warnings
* hwopus: Implement GetWorkBufferSizeExExGravatar FearlessTobi2023-08-302-1/+6
| | | | | | Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415.
* Merge pull request #11409 from liamwhite/splatoon-nsd-v2Gravatar liamwhite2023-08-292-2/+21
|\ | | | | sfdnsres: ensure lp1 is not resolved
| * sfdnsres: ensure lp1 is not resolvedGravatar Liam2023-08-282-2/+21
| |
* | hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and ↵Gravatar FearlessTobi2023-08-272-3/+51
|/ | | | | | | | DecodeInterleavedForMultiStream Allows MLB The Show 22 to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/7911.
* Merge pull request #11356 from lat9nq/console-mode-pgGravatar liamwhite2023-08-268-10/+15
|\ | | | | general,config-qt: Present Console Mode as an enum with separate options in game properties
| * general: Use console mode helper across projectGravatar lat9nq2023-08-228-14/+10
| |
| * general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-228-10/+19
| | | | | | | | Allows some special interactions with it in the Qt frontend.
* | Merge pull request #11370 from FearlessTobi/fix-filesizeGravatar liamwhite2023-08-251-1/+10
|\ \ | | | | | | filesystem: Return correct error for RenameFile when dest_path already exists
| * | filesystem: Return correct error for RenameFile when dest_path already existsGravatar FearlessTobi2023-08-241-1/+10
| |/ | | | | | | | | | | Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
* | ssl: tolerate handshake without hostname set (#11328)Gravatar liamwhite2023-08-263-24/+14
| |
* | registered_cache: create fake CNMT entries for program updates of ↵Gravatar liamwhite2023-08-261-9/+28
| | | | | | | | multiprogram applications (#11319)
* | kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite2023-08-257-11/+33
| |
* | nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedGravatar Liam2023-08-251-1/+3
| |
* | Merge pull request #11327 from liamwhite/skyline-2Gravatar liamwhite2023-08-243-2/+10
|\ \ | |/ |/| sockets: avoid locking around socket session calls
| * sockets: avoid locking around socket session callsGravatar Liam2023-08-193-2/+10
| |
* | Merge pull request #11309 from liamwhite/full-xciGravatar liamwhite2023-08-212-7/+42
|\ \ | | | | | | file_sys/card_image: support dumps with prepended key area
| * | file_sys/card_image: support dumps with prepended key areaGravatar Liam2023-08-172-7/+42
| | |
* | | patch_manager: apply manual HTML patches when presentGravatar Liam2023-08-211-1/+8
| | |
* | | Merge pull request #11284 from liamwhite/nca-releaseGravatar Fernando S2023-08-2171-1016/+7964
|\ \ \ | |_|/ |/| | vfs: expand support for NCA reading
| * | file_sys: tolerate empty NCAGravatar Liam2023-08-163-3/+3
| | |
| * | fssystem: rework for yuzu styleGravatar Liam2023-08-1531-336/+337
| | |
| * | fssystem: reduce overalignment of unbuffered storage operationsGravatar Liam2023-08-155-54/+28
| | |
| * | vfs: expand support for NCA readingGravatar Liam2023-08-1571-1020/+7993
| | |
* | | Merge pull request #11288 from liamwhite/svc-tickGravatar liamwhite2023-08-1811-33/+67
|\ \ \ | |_|/ |/| | kernel: remove relative task registration
| * | kernel: remove relative task registrationGravatar Liam2023-08-1411-33/+67
| | |
* | | Improve behavior when sending to closed connectionGravatar comex2023-08-154-7/+36
| |/ |/| | | | | | | | | | | | | | | | | | | - 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?
* | Merge pull request #11287 from liamwhite/replaced-bytesGravatar Fernando S2023-08-151-0/+17
|\ \ | | | | | | gdbstub: fixup replaced instruction bytes in memory reads
| * | gdbstub: fixup replaced instruction bytes in memory readsGravatar Liam2023-08-141-0/+17
| |/
* | Merge pull request #11256 from FearlessTobi/revert-10075Gravatar bunnei2023-08-142-2/+15
|\ \ | |/ |/| Partially Revert "Silence nifm spam"
| * Revert "Silence nifm spam"Gravatar FearlessTobi2023-08-142-2/+15
| | | | | | | | This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
* | Merge pull request #11281 from liamwhite/vi-scale-modeGravatar liamwhite2023-08-142-0/+2
|\ \ | | | | | | nvnflinger: add missing scale mode
| * | nvnflinger: add missing scale modeGravatar Liam2023-08-132-0/+2
| | |
* | | Merge pull request #11259 from german77/hidGravatar liamwhite2023-08-143-24/+86
|\ \ \ | | | | | | | | service: hid: Implement functions needed by QLaunch
| * | | service: hid: Implement functions needed by QLaunchGravatar Narr the Reg2023-08-113-24/+86
| | |/ | |/|
* | | ssl_backend_securetransport: remove stray .Code()Gravatar Liam2023-08-111-1/+1
| |/ |/|
* | Merge pull request #11253 from liamwhite/i-hate-this-toolchainGravatar liamwhite2023-08-111-60/+65
|\ \ | |/ |/| general: fix apple clang build
| * general: fix apple clang buildGravatar Liam2023-08-091-60/+65
| |
* | Merge pull request #11093 from liamwhite/result-ergonomicsGravatar bunnei2023-08-0939-600/+514
|\ \ | | | | | | core: remove ResultVal type
| * | fs: return result on null outputsGravatar Liam2023-08-081-4/+24
| | |
| * | general: fix incorrect conversionsGravatar Liam2023-08-084-5/+5
| | |
| * | ssl: remove ResultVal useGravatar Liam2023-08-087-124/+127
| | |
| * | core: remove ResultVal typeGravatar Liam2023-08-0832-475/+366
| |/
* / service: pctl: Partially revert 11221Gravatar Narr the Reg2023-08-081-9/+15
|/
* Merge pull request #11217 from german77/olscGravatar liamwhite2023-08-071-6/+152
|\ | | | | service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
| * service: olsc: Implement IOlscServiceForSystemService ↵Gravatar german772023-08-051-6/+152
| | | | | | | | ITransferTaskListController interfaces for QLaunch
* | Merge pull request #11221 from german77/pctlGravatar liamwhite2023-08-071-18/+134
|\ \ | | | | | | service: pctl: Implement functions needed for QLaunch
| * | service: pctl: Implement functions needed for QLaunchGravatar german772023-08-051-18/+134
| |/
* | service: audctl: Stub functions needed by QlaunchGravatar german772023-08-052-4/+64
| |
* | Merge pull request #11210 from german77/settingsGravatar liamwhite2023-08-055-119/+723
|\ \ | | | | | | service: set: Implement system settings for Qlaunch