hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
This commit is contained in:
parent
e353b9fb3d
commit
019f1a0cf0
3 changed files with 14 additions and 7 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "core/hle/ipc.h"
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/kernel/server_session.h"
|
||||
#include "core/hle/kernel/thread.h"
|
||||
|
||||
namespace Service {
|
||||
class ServiceFrameworkBase;
|
||||
|
@ -108,8 +109,7 @@ public:
|
|||
ResultCode PopulateFromIncomingCommandBuffer(u32_le* src_cmdbuf, Process& src_process,
|
||||
HandleTable& src_table);
|
||||
/// Writes data from this context back to the requesting process/thread.
|
||||
ResultCode WriteToOutgoingCommandBuffer(u32_le* dst_cmdbuf, Process& dst_process,
|
||||
HandleTable& dst_table);
|
||||
ResultCode WriteToOutgoingCommandBuffer(Thread& thread);
|
||||
|
||||
u32_le GetCommand() const {
|
||||
return command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue