refactor APT service to use the new IPC helpers

This commit is contained in:
Lectem
2016-12-28 17:11:14 +01:00
parent 423ab5e2bc
commit 501e23ce59
4 changed files with 254 additions and 191 deletions

View File

@@ -5,6 +5,7 @@
#pragma once
#include "common/common_types.h"
#include "core/hle/ipc_helpers.h"
namespace Service {
@@ -97,6 +98,7 @@ void GetSoftwareClosedFlag(Interface* self);
* 2: u8 output: 0 = Old3DS, 1 = New3DS.
*/
void CheckNew3DS(Interface* self);
void CheckNew3DS(IPC::RequestBuilder& rb);
/// Initialize the PTM service
void Init();