| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-09 | am: Remove bcat from PopLaunchParameter | FearlessTobi | |
| This never belonged here and has no use anymore since the Boxcat backend was removed. . | |||
| 2023-09-07 | service: mii: Fix broken mii on MK8 | Narr the Reg | |
| 2023-09-06 | Merge pull request #11428 from Kelebek1/adsp_rework | liamwhite | |
| Rework ADSP into a wrapper for apps | |||
| 2023-09-06 | Merge pull request #11434 from danilaml/fix-warnings | liamwhite | |
| msvc: set warning level to /W4 globally | |||
| 2023-09-06 | Merge pull request #11451 from german77/mob_mii | liamwhite | |
| service: mii: Fix default mii database | |||
| 2023-09-05 | core: Add support for loading NSPs with personalized tickets. (#10048) | Steveice10 | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2023-09-05 | service: mii: Fix default mii database | german77 | |
| 2023-09-04 | Rework ADSP into a wrapper for apps | Kelebek1 | |
| 2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
| And fix a bunch of warnings | |||
| 2023-09-02 | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | |
| am: shorten shutdown timeout when lock is not held | |||
| 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-26 | am: shorten shutdown timeout when lock is not held | Liam | |
| 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-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 #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-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 | vfs: expand support for NCA reading | Liam | |
| 2023-08-14 | kernel: remove relative task registration | Liam | |
| 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 | 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-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 | |||
| 2023-08-04 | service: set: Add more system settings and address comments | Narr the Reg | |
| 2023-08-02 | service: set: Implement system settings for Qlaunch | Narr the Reg | |
