FearlessTobi
87c0ba129c
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
2 years ago
FearlessTobi
36917d8a8f
am: Remove bcat from PopLaunchParameter
This never belonged here and has no use anymore since the Boxcat backend was removed.
.
2 years ago
Narr the Reg
57e7eed54c
service: mii: Fix broken mii on MK8
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
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
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
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
0cd9d51e06
sockets: avoid locking around socket session calls
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
86f6b6b7b2
vfs: expand support for NCA reading
2 years ago
Liam
0bd9a4456c
kernel: remove relative task registration
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
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
3 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
3 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.
3 years ago
lat9nq
eaf2ab5289
tz_content_man: Generate the time zone binary once
Fixes a memory leak with time zone binaries accumulating on theirselves.
3 years ago
Liam
3e3294e1c2
core: implement GetGaiStringErrorRequest, IContextRegistrar
3 years ago
Liam
9f3f615e05
core: reduce TOCTTOU memory access
3 years ago
Liam
05bc024260
core: remove remaining uses of dynamic_cast
3 years ago
lat9nq
8e91554e11
k_system_control: Always return some memory size
3 years ago
lat9nq
127b3da0f1
core,common: Give memory layout setting an enum
Allows for 6GB and 8GB layouts to be selected.
3 years ago
lat9nq
ff6a5031d5
settings: Require time zone setting value for stirng
3 years ago
lat9nq
8e15146026
configure_system: Implement with for loop
3 years ago
lat9nq
4133165607
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
core: Fix MSVC errors
3 years ago
lat9nq
71b3b2a2f0
general: Silence -Wshadow{,-uncaptured-local} warnings
These occur in the latest commits in LLVM Clang.
3 years ago
Kelebek1
80cd67ed7b
Debug SetIdleTimeDetectionExtension
3 years ago
Liam
8f1d48fda6
nsd: add GetApplicationServerEnvironmentType
3 years ago
Morph
16c238e4b9
ssl: Link with crypt32 for secure channel backend
3 years ago