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
Liam
77b74f5d95
sm:: avoid excessive port recreation
3 years ago
Liam
633411c20f
kernel: fix single core for service threads
3 years ago
Liam
2228383322
kernel: fix port tracking
3 years ago
Liam
7aa91c8d9c
k_server_session: add SendReplyHLE
3 years ago
Liam
7837185f0a
service_thread: convert to map for session management
3 years ago
Liam
983f2b7074
kernel: invert session request handling flow
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
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
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
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
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
c7e079a5d4
general: Resolve -Wunused-lambda-capture and C5233
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
e6ab1f673b
general: Enforce C4800 everywhere except in video_core
3 years ago
Morph
93297d14d8
CMakeLists: Remove all redundant warnings
These are already explicitly or implicitly set in src/CMakeLists.txt
3 years ago
Narr the Reg
3e0aaeba98
service: nfp: Allow amiibos without keys
3 years ago
Narr the Reg
82fdfb33ac
service: nfp: remove unnecessary include
3 years ago
Lioncash
93a7058d8e
k_session_request: Add missing override specifier
3 years ago
Lioncash
969387a79a
k_session_request: Turn C-style array into std::array
Makes for stronger typing and allows tooling bounds checks provided by
the standard library for debugging purposes.
3 years ago
Lioncash
3968faec06
k_session_request: Simplify constructor initialization
3 years ago
german77
7f66050f0c
input_common: cache vibration tests
3 years ago
Lioncash
0b181eeef4
hid/npad: Fix copy size in GetSupportedNpadIdTypes
Previously this was passing the size of the vector into memcpy rather
than the size in bytes to copy, which would result in a partial read.
Thankfully, this function isn't used yet, so this gets rid of a bug
before it's able to do anything.
3 years ago
Liam
fca195b4fb
kernel: remove most SessionRequestManager handling from KServerSession
3 years ago