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