| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
| And fix a bunch of warnings | |||
| 2023-08-30 | hwopus: Implement GetWorkBufferSizeExEx | FearlessTobi | |
| Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415. | |||
| 2023-08-29 | Merge pull request #11409 from liamwhite/splatoon-nsd-v2 | liamwhite | |
| sfdnsres: ensure lp1 is not resolved | |||
| 2023-08-28 | sfdnsres: ensure lp1 is not resolved | Liam | |
| 2023-08-27 | hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and ↵ | FearlessTobi | |
| DecodeInterleavedForMultiStream Allows MLB The Show 22 to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/7911. | |||
| 2023-08-26 | Merge pull request #11356 from lat9nq/console-mode-pg | liamwhite | |
| general,config-qt: Present Console Mode as an enum with separate options in game properties | |||
| 2023-08-25 | Merge pull request #11370 from FearlessTobi/fix-filesize | liamwhite | |
| filesystem: Return correct error for RenameFile when dest_path already exists | |||
| 2023-08-26 | ssl: tolerate handshake without hostname set (#11328) | liamwhite | |
| 2023-08-26 | registered_cache: create fake CNMT entries for program updates of ↵ | liamwhite | |
| multiprogram applications (#11319) | |||
| 2023-08-25 | kernel: offset code entry point for 39-bit address space type (#11326) | liamwhite | |
| 2023-08-25 | nvhost_as_gpu: ensure mappings are aligned to big page size when deallocated | Liam | |
| 2023-08-24 | filesystem: Return correct error for RenameFile when dest_path already exists | FearlessTobi | |
| Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287. | |||
| 2023-08-24 | Merge pull request #11327 from liamwhite/skyline-2 | liamwhite | |
| sockets: avoid locking around socket session calls | |||
| 2023-08-22 | general: Use console mode helper across project | lat9nq | |
| 2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
| Allows some special interactions with it in the Qt frontend. | |||
| 2023-08-21 | Merge pull request #11309 from liamwhite/full-xci | liamwhite | |
| file_sys/card_image: support dumps with prepended key area | |||
| 2023-08-21 | patch_manager: apply manual HTML patches when present | Liam | |
| 2023-08-21 | Merge pull request #11284 from liamwhite/nca-release | Fernando S | |
| vfs: expand support for NCA reading | |||
| 2023-08-19 | sockets: avoid locking around socket session calls | Liam | |
| 2023-08-18 | Merge pull request #11288 from liamwhite/svc-tick | liamwhite | |
| kernel: remove relative task registration | |||
| 2023-08-17 | file_sys/card_image: support dumps with prepended key area | Liam | |
| 2023-08-16 | file_sys: tolerate empty NCA | Liam | |
| 2023-08-15 | Improve behavior when sending to closed connection | comex | |
| - 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-15 | fssystem: rework for yuzu style | Liam | |
| 2023-08-15 | fssystem: reduce overalignment of unbuffered storage operations | Liam | |
| 2023-08-15 | vfs: expand support for NCA reading | Liam | |
| 2023-08-15 | Merge pull request #11287 from liamwhite/replaced-bytes | Fernando S | |
| gdbstub: fixup replaced instruction bytes in memory reads | |||
| 2023-08-14 | Merge pull request #11256 from FearlessTobi/revert-10075 | bunnei | |
| Partially Revert "Silence nifm spam" | |||
| 2023-08-14 | kernel: remove relative task registration | Liam | |
| 2023-08-14 | gdbstub: fixup replaced instruction bytes in memory reads | Liam | |
| 2023-08-14 | Revert "Silence nifm spam" | FearlessTobi | |
| This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093. | |||
| 2023-08-14 | Merge pull request #11281 from liamwhite/vi-scale-mode | liamwhite | |
| nvnflinger: add missing scale mode | |||
| 2023-08-14 | Merge pull request #11259 from german77/hid | liamwhite | |
| service: hid: Implement functions needed by QLaunch | |||
| 2023-08-13 | nvnflinger: add missing scale mode | Liam | |
| 2023-08-11 | ssl_backend_securetransport: remove stray .Code() | Liam | |
| 2023-08-11 | Merge pull request #11253 from liamwhite/i-hate-this-toolchain | liamwhite | |
| general: fix apple clang build | |||
| 2023-08-11 | service: hid: Implement functions needed by QLaunch | Narr the Reg | |
| 2023-08-09 | Merge pull request #11093 from liamwhite/result-ergonomics | bunnei | |
| core: remove ResultVal type | |||
| 2023-08-09 | general: fix apple clang build | Liam | |
| 2023-08-08 | service: pctl: Partially revert 11221 | Narr the Reg | |
| 2023-08-08 | fs: return result on null outputs | Liam | |
| 2023-08-08 | general: fix incorrect conversions | Liam | |
| 2023-08-08 | ssl: remove ResultVal use | Liam | |
| 2023-08-08 | core: remove ResultVal type | Liam | |
| 2023-08-07 | Merge pull request #11217 from german77/olsc | liamwhite | |
| service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch | |||
| 2023-08-07 | Merge pull request #11221 from german77/pctl | liamwhite | |
| service: pctl: Implement functions needed for QLaunch | |||
| 2023-08-05 | service: audctl: Stub functions needed by Qlaunch | german77 | |
| 2023-08-05 | service: olsc: Implement IOlscServiceForSystemService ↵ | german77 | |
| ITransferTaskListController interfaces for QLaunch | |||
| 2023-08-05 | service: pctl: Implement functions needed for QLaunch | german77 | |
| 2023-08-05 | Merge pull request #11210 from german77/settings | liamwhite | |
| service: set: Implement system settings for Qlaunch | |||
