Narr the Reg
dbfc2f7ee2
service: nfc: Implement mifare service
3 years ago
Morph
7ba644dc5d
service: nifm: Update stubs for Submit/GetRequestState/GetResult
3 years ago
Lioncash
ccec899cd8
producer_listener: Add virtual destructor to IProducerListener
Several member variables are shared_ptr's to this base class. Even
though producer listeners are still unimplemented, this ensures we
always have consistent deletion behavior once this ends up being used
polymorphically.
3 years ago
Lioncash
93f287c79b
buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer()
This isn't directly modified.
Also allows rvalues to be used with it.
3 years ago
Lioncash
7d9d432ff4
buffer_queue_consumer: std::move std::shared_ptr in Connect()
Avoids an unnecessary reference count increment and decrement
3 years ago
Lioncash
f5def4b9c5
consumer_base: Pass shared_ptr by const reference
Avoids churning atomic reference count increments and decrements.
3 years ago
Lioncash
bde42f6767
consumer_base: Remove redundant virtual
override already serves this purpose
3 years ago
Lioncash
eb1bdc5ed4
syncpoint_manager: Mark IsSyncpointAllocated() as const
This doesn't modify class state at all.
3 years ago
Lioncash
8409b91f2e
syncpoint_manager: Reduce number of bounds checks
The only time we need to check bounds is on the first access.
3 years ago
Lioncash
e621ee9ec6
nvdrv: Simplify builder declarations
We can just use auto here. If one of these ever happens to not be
derived from nvdevice, then this will cause a compilation error.
We can also move the devices into the collection to get rid of an
unnecessary atomic reference count increment and decrement.
3 years ago
Lioncash
8c35c8c4a6
service: Make use of buffer element count helpers
3 years ago
Lioncash
ff19204dc6
hle_ipc: Add helper functions for getting number of buffer elements
3 years ago
Lioncash
ce329764a2
hle_ipc: Mark relevant member functions as [[nodiscard]]
Will allow the compiler to complain about cases where ignoring the
return value would be a bug.
3 years ago
Liam
5a712bb51a
general: fix compile for Apple Clang
3 years ago
Lioncash
71d5db9354
k_handle_table: Remove cast to void* in GetObjectForIpc
This was used to get around the KProcess class being incomplete. We can
just move this to the cpp file and eliminate the cast entirely, letting
the compiler do its work.
3 years ago
Narr the Reg
5c134b62bd
service: nfc: Implement nfc user
3 years ago
german77
1cf625b6c6
service: hid: Only overclock npad controllers
3 years ago
Liam
14292b4067
nvnflinger: fix lost wakeup
3 years ago
Narr the Reg
da3b7ba4ed
core: Update result module
3 years ago
Kyle Kienapfel
d886438754
Add break for default cases
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.
I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
R_THROW macro leads towards a return
3 years ago
german77
9639d49ec6
general: Address review comments
3 years ago
german77
7fdca4ffab
service: am: Fix cabinet applet result
3 years ago
german77
23cda93390
service: am: Implement cabinet applet backend
3 years ago
german77
de02ec2357
service: nfc: fix tagprotocol and implement GetApplicationAreaId
3 years ago
Liam
e313e4f1ae
kernel: implement FlushProcessDataCache
3 years ago
bunnei
2df2dcd945
hle: service: audio: Use default service thread.
- This was arbitrarily added by me, and does not appear to be helpful.
3 years ago
Liam
9f12c3e22f
gdbstub: add ams monitor commands
3 years ago
Liam
47ce2e44d9
service_thread: remove explicit KProcess
3 years ago
Liam
affd5c32f9
kernel/svc_types: refresh
3 years ago
Liam
9509fb30a4
Initial ARM64 support
3 years ago
Liam
683a0a1a71
Ensure correctness of atomic store ordering
3 years ago
Liam
0fc08006e5
service_thread: fix deletion
3 years ago
Liam
f31c2e7f79
core: hle: kernel: Address review comments.
3 years ago
Liam
c835c254a3
service_thread: register service threads to the logical owner process
3 years ago
Liam
ae2bfd082b
kernel: avoid racy behavior in global suspension
3 years ago
bunnei
0335904d60
core: hle: kernel: k_page_table: Remove unnecessary casts.
3 years ago
bunnei
0b18b1426a
core: hle: kernel: k_page_table: Manually open/close pages for IPC methods.
3 years ago
bunnei
9bde36cb85
core: hle: kernel: k_page_table: Implement IPC memory methods.
3 years ago
bunnei
e88395e6cd
core: hle: kernel: k_memory_manager: Refresh.
3 years ago
bunnei
e81fcf5795
core: hle: kernel: Integrate system KSystemResource.
3 years ago
bunnei
d28e5d7e49
core: hle: kernel: k_dynamic_page_manager: Refresh.
3 years ago
bunnei
57796fc36e
core: hle: kernel: Add KSystemResource.
3 years ago
bunnei
512ddcd3d4
core: hle: kernel: k_handle_table: Refresh.
3 years ago
bunnei
a6e1e61bd6
core: hle: kernel: k_memory_layout: Refresh.
3 years ago
bunnei
acb9386c80
core: hle: kernel: k_memory_region_type: Refresh.
3 years ago
bunnei
992e678f4a
core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.
3 years ago
bunnei
d3b3eb1d6d
core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.
3 years ago
bunnei
3196057319
core: hle: kernel: k_page_bitmap: Refresh.
3 years ago
bunnei
46425afc3e
core: hle: kernel: k_memory_block: Refresh.
3 years ago
bunnei
5a46757171
core: hle: kernel: k_page_heap: Refresh.
3 years ago