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
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
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
Liam
05bc024260
core: remove remaining uses of dynamic_cast
3 years ago
Liam
4bee333d84
general: reduce use 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
d146dd9d12
settings,general: Rename non-confirming enums
3 years ago
lat9nq
432f68ad29
configure_audio: Implement ui generation
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
configure_audio: Implement ui generation
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
settings: Make audio settings as enums
3 years ago
lat9nq
8e15146026
configure_system: Implement with for loop
3 years ago
lat9nq
a007ac6b9c
configure_graphics_advance: Generate UI at runtime
We can iterate through the AdvancedGraphics settings and generate the UI
during runtime. This doesn't help runtime efficiency, but it helps a ton
in reducing the amount of work a developer needs in order to add a new
setting.
3 years ago