Lioncash
|
78b1bc3b61
service/sm: Eliminate dependency on the global system instance
|
5 anni fa |
Lioncash
|
ffdf8c0cb3
service: Remove two usages of the global system accessor
|
5 anni fa |
Fernando Sahmkow
|
48fa3b7a0f
General: Cleanup legacy code.
|
6 anni fa |
David Marcec
|
b4dbf1b9c7
Don't fail silently for vi, sm, set and ns services
|
6 anni fa |
bunnei
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 anni fa |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 anni fa |
Lioncash
|
2a533f0067
service/sm: Improve debug log for RegisterService
|
7 anni fa |
Lioncash
|
d8625f5544
hle/service, hle/sm: Compress usages of MakeResult()
|
7 anni fa |
Lioncash
|
a8269fdae3
hle/service, hle/sm: Use structured bindings where applicable
|
7 anni fa |
bunnei
|
1e49a85106
Merge pull request #1801 from ogniK5377/log-before-execute
|
7 anni fa |
David Marcec
|
a2cc3b10bb
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
|
7 anni fa |
Lioncash
|
b0df09335c
service/sm: Take std::string by const reference in UnregisterService
|
7 anni fa |
Zach Hilman
|
0080a8da58
sm: Implement RegisterService and UnregisterService
|
7 anni fa |
David Marcec
|
6a0612f2bf
Removed the use of rp.MakeBuilder
|
7 anni fa |
Lioncash
|
da64da367b
services/sm: Amend error code constants
|
7 anni fa |
Lioncash
|
56ab608044
core/core: Remove unnecessary sm/controller include
|
7 anni fa |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 anni fa |
James Rowe
|
0d46f0df12
Update clang format
|
8 anni fa |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 anni fa |
Lioncash
|
7c9644646f
general: Make formatting of logged hex values more straightforward
|
8 anni fa |
Lioncash
|
2a3f3bf977
sm: Move logging macros over to new fmt-compatible ones
|
8 anni fa |
Lioncash
|
659a612368
core: Relocate g_service_manager to the System class
|
8 anni fa |
Lioncash
|
ccca5e7c28
service: Use nested namespace specifiers where applicable
|
8 anni fa |
David Marcec
|
22bc951d7e
Dont call UNIMPLEMENTED for 'empty services', just return error code
|
8 anni fa |
bunnei
|
714a576113
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
|
8 anni fa |
bunnei
|
1b1d399e5f
hle: Rename RequestBuilder to ResponseBuilder.
|
8 anni fa |
bunnei
|
f9dae99006
service: Fix all incorrect IPC response headers.
|
8 anni fa |
David
|
0b6da0c1ab
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
|
8 anni fa |
bunnei
|
1247c53786
yuzu: Update license text to be consistent across project.
|
8 anni fa |
Subv
|
ba2ffd7b81
IPC: Take the number of domain objects as a parameter in MakeBuilder.
|
8 anni fa |