summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm.h
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2016-12-28 17:11:14 +0100
committerLectem <lectem@gmail.com>2017-03-18 10:44:01 +0100
commit501e23ce59a84cb0b0ef3db5b1c84939fa732811 (patch)
tree00f79bb33e874da62310fc334e35434b2a446366 /src/core/hle/service/ptm/ptm.h
parentMerge pull request #2497 from wwylele/input-2 (diff)
downloadyuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar.gz
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar.bz2
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar.lz
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar.xz
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.tar.zst
yuzu-501e23ce59a84cb0b0ef3db5b1c84939fa732811.zip
Diffstat (limited to 'src/core/hle/service/ptm/ptm.h')
-rw-r--r--src/core/hle/service/ptm/ptm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h
index a1a628012..683fb445b 100644
--- a/src/core/hle/service/ptm/ptm.h
+++ b/src/core/hle/service/ptm/ptm.h
@@ -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();