Liam
716e0a126a
core: implement basic integrity verification
2 years ago
Steveice10
0a51fe7854
core: Add support for loading NSPs with personalized tickets. ( #10048 )
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2 years ago
german77
ba4e5068bc
service: mii: Fix default mii database
2 years ago
Kelebek1
ebd19dec99
Rework ADSP into a wrapper for apps
2 years ago
Danila Malyutin
785e480b62
msvc: set warning level to /W4 globally
And fix a bunch of warnings
2 years ago
FearlessTobi
a7a5835ffb
hwopus: Implement GetWorkBufferSizeExEx
Allows Sea of Stars to boot.
Fixes https://github.com/yuzu-emu/yuzu/issues/11415 .
2 years ago
Liam
5a09ba7255
vfs: ensure key area keys are validated
2 years ago
Liam
6c68b07a67
sfdnsres: ensure lp1 is not resolved
2 years ago
FearlessTobi
c2f827b85e
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStream
Allows MLB The Show 22 to boot.
Fixes https://github.com/yuzu-emu/yuzu/issues/7911 .
2 years ago
Liam
531572b411
internal_network: cancel pending socket operations on application process termination
2 years ago
Liam
b7523d6fa7
am: shorten shutdown timeout when lock is not held
2 years ago
liamwhite
234cc45192
ssl: tolerate handshake without hostname set ( #11328 )
2 years ago
liamwhite
b923f5aa7e
registered_cache: create fake CNMT entries for program updates of multiprogram applications ( #11319 )
2 years ago
liamwhite
18ad55be0b
kernel: offset code entry point for 39-bit address space type ( #11326 )
2 years ago
Liam
9e134c3da2
nvhost_as_gpu: ensure mappings are aligned to big page size when deallocated
2 years ago
FearlessTobi
a669e37ddb
filesystem: Return correct error for RenameFile when dest_path already exists
Allows Grid Autosport to boot.
Fixes https://github.com/yuzu-emu/yuzu/issues/8287 .
2 years ago
lat9nq
3c45452fae
general: Use console mode helper across project
2 years ago
lat9nq
387ede76d2
general: Convert use_docked_mode to an enumeration
Allows some special interactions with it in the Qt frontend.
2 years ago
Liam
133ff3989b
patch_manager: apply manual HTML patches when present
2 years ago
Liam
0cd9d51e06
sockets: avoid locking around socket session calls
2 years ago
Liam
8be3a041e0
file_sys/card_image: support dumps with prepended key area
2 years ago
Liam
775bf8e215
file_sys: tolerate empty NCA
2 years ago
comex
755bcc459b
Improve behavior when sending to closed connection
- 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?
3 years ago
Liam
50eee9b218
fssystem: rework for yuzu style
2 years ago
Liam
0398b34370
fssystem: reduce overalignment of unbuffered storage operations
2 years ago
Liam
86f6b6b7b2
vfs: expand support for NCA reading
2 years ago
Liam
0bd9a4456c
kernel: remove relative task registration
2 years ago
Liam
fbda084acb
gdbstub: fixup replaced instruction bytes in memory reads
2 years ago
FearlessTobi
2694f81462
Revert "Silence nifm spam"
This reverts commit 4da4ecb1ff .
2 years ago
Liam
7351884588
nvnflinger: add missing scale mode
2 years ago
Liam
8b98c4e5a0
ssl_backend_securetransport: remove stray .Code()
2 years ago
Narr the Reg
bdd96118d1
service: hid: Implement functions needed by QLaunch
2 years ago
Liam
023b9b38cc
general: fix apple clang build
2 years ago
Narr the Reg
6a43aff745
service: pctl: Partially revert 11221
2 years ago
Liam
1e394c6cdf
fs: return result on null outputs
2 years ago
Liam
37b278a9a8
general: fix incorrect conversions
2 years ago
Liam
83eee1d226
ssl: remove ResultVal use
3 years ago
Liam
84cb20bc72
core: remove ResultVal type
3 years ago
german77
8d2f0dc707
service: audctl: Stub functions needed by Qlaunch
2 years ago
german77
089e385944
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2 years ago
german77
0d470b57ed
service: pctl: Implement functions needed for QLaunch
2 years ago
Narr the Reg
7707768f80
service: set: Add more system settings and address comments
2 years ago
Narr the Reg
4bd4a95d84
service: set: Implement system settings for Qlaunch
2 years ago
Narr the Reg
dd1cbd9c56
service: am: Fix wrong interface
2 years ago
Morph
9bca45aa15
audren_u: Fix parameter alignment
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2 years ago
lat9nq
eaf2ab5289
tz_content_man: Generate the time zone binary once
Fixes a memory leak with time zone binaries accumulating on theirselves.
2 years ago
Liam
07f71e2620
memory: check page against address space size
3 years ago
Liam
3e3294e1c2
core: implement GetGaiStringErrorRequest, IContextRegistrar
3 years ago
Liam
9f3f615e05
core: reduce TOCTTOU memory access
3 years ago
Liam
d144168442
memory: minimize dependency on process
3 years ago