| Age | Commit message (Collapse) | Author |
|
termination
|
|
|
|
filesystem: Return correct error for RenameFile when dest_path already exists
|
|
|
|
multiprogram applications (#11319)
|
|
|
|
|
|
Allows Grid Autosport to boot.
Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
|
|
sockets: avoid locking around socket session calls
|
|
|
|
Allows some special interactions with it in the Qt frontend.
|
|
file_sys/card_image: support dumps with prepended key area
|
|
|
|
vfs: expand support for NCA reading
|
|
|
|
kernel: remove relative task registration
|
|
|
|
|
|
- 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?
|
|
|
|
|
|
|
|
gdbstub: fixup replaced instruction bytes in memory reads
|
|
Partially Revert "Silence nifm spam"
|
|
|
|
|
|
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
|
|
nvnflinger: add missing scale mode
|
|
service: hid: Implement functions needed by QLaunch
|
|
|
|
|
|
general: fix apple clang build
|
|
|
|
core: remove ResultVal type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
|
|
service: pctl: Implement functions needed for QLaunch
|
|
|
|
ITransferTaskListController interfaces for QLaunch
|
|
|
|
service: set: Implement system settings for Qlaunch
|
|
|
|
|
|
|
|
general: Reimplement per-game configurations
|