bunnei
6f941121e6
core: hle: kernel: Add KSystemResource.
3 years ago
bunnei
6636b81573
core: hle: kernel: k_handle_table: Refresh.
3 years ago
bunnei
1f21fa866d
core: hle: kernel: k_memory_layout: Refresh.
3 years ago
bunnei
84d130f143
core: hle: kernel: k_memory_region_type: Refresh.
3 years ago
bunnei
d928ba8e40
core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.
3 years ago
bunnei
3aab7d4473
core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.
3 years ago
bunnei
6b6c02f541
core: hle: kernel: k_page_bitmap: Refresh.
3 years ago
bunnei
50bfacca88
core: hle: kernel: k_memory_block: Refresh.
3 years ago
bunnei
0cb9bc12fc
core: hle: kernel: k_page_heap: Refresh.
3 years ago
bunnei
6257461684
core: hle: kernel: k_page_group: Add KPageBufferSlabHeap.
3 years ago
bunnei
d353c45f7d
core: hle: kernel: k_system_control: Add SecureAppletMemorySize.
3 years ago
bunnei
f76b4417e6
core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap.
3 years ago
bunnei
0897f4f96c
core: hle: kernel: Add KPageTableManager.
3 years ago
bunnei
6d4f411c08
core: hle: kernel: Add KPageTableSlabHeap.
3 years ago
bunnei
37b17252d1
core: hle: kernel: Add KEventInfo.
3 years ago
bunnei
ddd3f48736
core: hle: kernel: Add KDebug.
3 years ago
bunnei
46322be735
core: hle: result: Fix code for compilers.
3 years ago
bunnei
75ab52f05b
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
- These APIs are used to capture the opened users and allow that state to be persisted across processes.
- They are not intended to just return the system opened users, that is what ListOpenUsers is for.
- Fixes the launch hang with Bayonetta 3.
3 years ago
Ludovic
f325fcb131
remove unnecessary sepator in file menu (main.ui)
3 years ago
Liam
4e9adae5da
kernel: more complete fix for KPort reference counting
3 years ago
Liam
eec3184bb0
k_thread: fix single core
3 years ago
Fernando Sahmkow
67e0d38152
Vulkan: Fix regression caused by limiting render area to width/height of rendef targets.
3 years ago
Liam
808e22984f
vk_blit_screen: recreate swapchain images on guest format change
3 years ago
Liam
8f00c59462
kernel: reinitialize after dram layout change
3 years ago
german77
6f0f7f1547
service: am: Stub SetRecordVolumeMuted
Used by bayonetta 3
3 years ago
Liam
d867ae5ab6
k_server_session: fix crashes
3 years ago
Robin Kertels
dce242858a
vk_scheduler: Remove recorded_counts
3 years ago
Liam
3e6840a74c
arm_interface: curb infinite recursion in stacktrace generation
3 years ago
Liam
2cdfbbc07d
nvnflinger: release queued handles immediately on disconnection
3 years ago
Liam
cdb9fe978f
vi: implement CloseDisplay
3 years ago
FengChen
f6e7cae62c
video_core: Fix drawing trigger mechanism regression
3 years ago
Lioncash
e0ec9ffc36
audio_in/out_system: Pass Initialize members by value where applicable
applet_resource_user_id isn't actually modified and is just assigned to
a member variable, so this doesn't need to be a mutable reference.
Similarly, the device name itself isn't modified and is only moved. We
pass by value here, since we can still perform the move, but eliminate a
sneaky set of calls that can unintentionally destroy the original
string. Given how nested the calls are, it's good to get rid of this
potential vector for a use-after-move bug.
3 years ago
Morph
8b4d5aeb4f
concepts: Use the std::contiguous_iterator concept
This also covers std::span, which does not have a const iterator.
Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics.
3 years ago
Alexandre Bouvier
fa9b7db76f
tests: fix for -Wall
Fix #9123
3 years ago
FengChen
0ec1801bc1
video_core: Catch vulkan clear op not all channel need clear
3 years ago
Feng Chen
165bce3c2d
Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"
3 years ago
Liam
1a378a7769
kernel: refactor dummy thread wakeups
3 years ago
FengChen
1689e0a71f
file_sys: Priority display of game titles in the current language
3 years ago
Liam
05f2673648
nvdrv: fix container destruction order
3 years ago
Liam
2d90a927c9
core: barrier service thread shutdown
3 years ago
german77
2ccbf5abdd
core: hid: Add handheld to nfc devices
3 years ago
Morph
120cd450e5
CMakeLists: Disable -Wbraced-scalar-init on Clang
Clang erroneously emits this warning when using designated initializers.
3 years ago
Morph
f51c71e956
yuzu: Resolve -Wpessimizing-move
3 years ago
Morph
bb31b0f261
startup_checks: Resolve -Wstringop-truncation
Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254]
3 years ago
Morph
f86774c1ac
startup_checks: Resolve -Wformat
3 years ago
Morph
42c4ef7373
general: Resolve -Wunused-but-set-variable
3 years ago
Morph
c7e079a5d4
general: Resolve -Wunused-lambda-capture and C5233
3 years ago
Morph
6908ea2284
general: Resolve -Wclass-memaccess
3 years ago
Morph
347432524c
ipc_helpers: Ignore GCC compiler warnings only on GCC
Clang and ICC for whatever reason also defines __GNUC__. Exclude them from this check.
3 years ago
Morph
b02c3f2314
CMakeLists: Enforce C5233 on MSVC
This is similar to Clang's -Wunused-lambda-capture
3 years ago