liamwhite
aa16fd2422
kernel: offset code entry point for 39-bit address space type ( #11326 )
3 years ago
Liam
a8ceb25eb6
nvhost_as_gpu: ensure mappings are aligned to big page size when deallocated
3 years ago
FearlessTobi
87575638fe
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 .
3 years ago
lat9nq
81d209ee34
general: Use console mode helper across project
3 years ago
lat9nq
447ec24378
general: Convert use_docked_mode to an enumeration
Allows some special interactions with it in the Qt frontend.
3 years ago
Liam
82be3bde98
patch_manager: apply manual HTML patches when present
3 years ago
Liam
9b39e25805
sockets: avoid locking around socket session calls
3 years ago
Liam
f9870c754f
file_sys/card_image: support dumps with prepended key area
3 years ago
Liam
a1ea1c3dd3
file_sys: tolerate empty NCA
3 years ago
comex
f117a873f8
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
1cecd1d96a
fssystem: rework for yuzu style
3 years ago
Liam
c8f0a5a18d
fssystem: reduce overalignment of unbuffered storage operations
3 years ago
Liam
5e3139e7c6
vfs: expand support for NCA reading
3 years ago
Liam
50ce2f0b7b
kernel: remove relative task registration
3 years ago
Liam
efa3409a30
gdbstub: fixup replaced instruction bytes in memory reads
3 years ago
FearlessTobi
8c40577952
Revert "Silence nifm spam"
This reverts commit 325a8febfc .
3 years ago
Liam
dedb9a1132
nvnflinger: add missing scale mode
3 years ago
Liam
af393a7a30
ssl_backend_securetransport: remove stray .Code()
3 years ago
Narr the Reg
f8a46b0f74
service: hid: Implement functions needed by QLaunch
3 years ago
Liam
3e4076c2ac
general: fix apple clang build
3 years ago
Narr the Reg
fbe7068a76
service: pctl: Partially revert 11221
3 years ago
Liam
79259430fd
fs: return result on null outputs
3 years ago
Liam
580f7f2ff1
general: fix incorrect conversions
3 years ago
Liam
9edd6d3198
ssl: remove ResultVal use
3 years ago
Liam
5f2c56cd15
core: remove ResultVal type
3 years ago
german77
212f58d38d
service: audctl: Stub functions needed by Qlaunch
3 years ago
german77
c392371552
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
3 years ago
german77
f4e186117c
service: pctl: Implement functions needed for QLaunch
3 years ago
Narr the Reg
b0b6cf80a1
service: set: Add more system settings and address comments
3 years ago
Narr the Reg
b3b0fb46fd
service: set: Implement system settings for Qlaunch
3 years ago
Narr the Reg
e0ba30fb8e
service: am: Fix wrong interface
3 years ago
Morph
0a0368525c
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
f3c1a0c6ea
tz_content_man: Generate the time zone binary once
Fixes a memory leak with time zone binaries accumulating on theirselves.
3 years ago
Liam
32a48f0d50
memory: check page against address space size
3 years ago
Liam
caf76a5603
core: implement GetGaiStringErrorRequest, IContextRegistrar
3 years ago
Liam
46234254b1
core: reduce TOCTTOU memory access
3 years ago
Liam
7073afff3b
memory: minimize dependency on process
3 years ago
Liam
545880f71b
core: remove remaining uses of dynamic_cast
3 years ago
Liam
f07dd39222
general: reduce use of dynamic_cast
3 years ago
lat9nq
c1fa82a168
k_system_control: Always return some memory size
3 years ago
lat9nq
e952af53be
core,common: Give memory layout setting an enum
Allows for 6GB and 8GB layouts to be selected.
3 years ago
lat9nq
5011827255
settings: Require time zone setting value for stirng
3 years ago
lat9nq
78f92086ca
settings,general: Rename non-confirming enums
3 years ago
lat9nq
d39bfc646f
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
689efc9175
configure_system: Implement with for loop
3 years ago
lat9nq
4a5f3e4733
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
lat9nq
bd8630531e
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
core: Fix MSVC errors
3 years ago
lat9nq
fc30b04714
settings,video_core: Consolidate ASTC decoding options
Just puts them all neatly into one place.
3 years ago
lat9nq
30e4e8c2f4
general: Silence -Wshadow{,-uncaptured-local} warnings
These occur in the latest commits in LLVM Clang.
3 years ago
Kelebek1
df8097de60
Debug SetIdleTimeDetectionExtension
3 years ago