Subv
|
5bc14e791a
|
IPC: Push domain objects as move handles when not in a domain.
|
8 years ago |
Subv
|
fb73e8b723
|
IPC: Allow passing arguments to the Interfaces when using PushIpcInterface
|
8 years ago |
Subv
|
ba2ffd7b81
|
IPC: Take the number of domain objects as a parameter in MakeBuilder.
|
8 years ago |
Subv
|
80f6df5414
|
IPC: Fixed pushing ResultCodes into the command buffer.
They should have 32 bits of padding after the error code now.
|
8 years ago |
Subv
|
32847d8b86
|
IPC: Add functions to read the input move/copy objects from an IPC request.
|
8 years ago |
Subv
|
0368324f79
|
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Popping objects from the buffer is still not implemented.
|
8 years ago |
Subv
|
226786f0b0
|
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Domain object ids are always stored immediately after the raw data.
|
8 years ago |
bunnei
|
dcdaac8a0b
|
kernel: Fix implementation of ConvertSessionToDomain.
|
8 years ago |
bunnei
|
3f2a738d34
|
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
|
8 years ago |
bunnei
|
4fb1b24d68
|
hle: Implement ConvertSessionToDomain, various cleanups.
|
8 years ago |
bunnei
|
960a1416de
|
hle: Initial implementation of NX service framework and IPC.
|
8 years ago |
Huw Pascoe
|
a13ab958cb
|
Fixed type conversion ambiguity
|
8 years ago |
Yuri Kunde Schlesner
|
92ca422088
|
Kernel: Allow clearing request_objects to re-use buffer space
Reduces the necessary allocation to max(in_handles, out_handles) rather
than (in_handles + out_handles).
|
9 years ago |
Yuri Kunde Schlesner
|
21436f5ef7
|
IPC: Add Pop/PushObjects methods to RequestParser/Builder
These use the context functions to create and look-up handles for the
user.
|
9 years ago |
Yuri Kunde Schlesner
|
1c4b0ebb1f
|
IPC: Add basic HLERequestContext support to RequestParser/Builder
|
9 years ago |
Yuri Kunde Schlesner
|
be031989ee
|
Kernel: Move HandleTable to a separate file
|
9 years ago |
Lectem
|
12ed746477
|
IPCHelper Skip method + address comments for apt
|
9 years ago |
Lectem
|
77f4fc473f
|
fix #2560 and other comments
|
9 years ago |
Lectem
|
fb70c9683c
|
move push out of class body and add u8 u16 bool specializations
|
9 years ago |
Lectem
|
501e23ce59
|
refactor APT service to use the new IPC helpers
|
9 years ago |
Lectem
|
2ee472b9c7
|
fix wwylele's comment and use typename in templates
|
9 years ago |
Lectem
|
f91c51467a
|
move Pop methods out of class body
|
9 years ago |
Lectem
|
8f2b642415
|
IPC helpers
|
9 years ago |