Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-02 | Merge pull request #11412 from liamwhite/key-area-keys | liamwhite | |
vfs: ensure key area keys are validated | |||
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 | vfs: ensure key area keys are validated | Liam | |
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 | internal_network: cancel pending socket operations on application process ↵ | Liam | |
termination | |||
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-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 | |