2019-03-30 18:12:54 +01:00
|
|
|
// License for this file: ctrulib's license
|
|
|
|
|
// Copyright AuroraWright, TuxSH 2019
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <3ds/services/pmapp.h>
|
2019-04-18 22:58:53 +02:00
|
|
|
#include <3ds/services/pmdbg.h>
|
2019-03-30 18:12:54 +01:00
|
|
|
|
2019-03-31 16:12:31 +02:00
|
|
|
Result PMDBG_GetCurrentAppTitleIdAndPid(u64 *outTitleId, u32 *outPid);
|
2019-06-14 01:32:50 +02:00
|
|
|
Result PMDBG_DebugNextApplicationByForce(bool debug);
|
2019-03-30 18:12:54 +01:00
|
|
|
Result PMDBG_LaunchTitleDebug(Handle *outDebug, const FS_ProgramInfo *programInfo, u32 launchFlags);
|