11 lines
350 B
C
11 lines
350 B
C
// License for this file: ctrulib's license
|
|
// Copyright AuroraWright, TuxSH 2019
|
|
|
|
#pragma once
|
|
|
|
#include <3ds/services/pmapp.h>
|
|
|
|
Result PMDBG_GetCurrentAppTitleIdAndPid(u64 *outTitleId, u32 *outPid);
|
|
Result PMDBG_DebugNextApplicationByForce(void);
|
|
Result PMDBG_LaunchTitleDebug(Handle *outDebug, const FS_ProgramInfo *programInfo, u32 launchFlags);
|