mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-30 23:43:33 +08:00
refactor APT service to use the new IPC helpers
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user