//Pascal &or the FreePascal use of nintendo 2ds, 3ds regime // // Copyright (c) 2013, 2015, 2017 Kenneth Dwayne Lee Bsc. // all rights reserved. // function nsInit:s32;cdecl;external; // function nsExit:s32;cdecl;external; procedure nsExit;cdecl;external; function NS_LaunchTitle(titleid:u64; launch_flags:u32; procid:pu32):s32;cdecl;external; function NS_LaunchApplicationFIRM(titleid:u64; flags:u32):s32;cdecl;external; function NS_RebootToTitle(mediatype:u8; titleid:u64):s32;cdecl;external; function NS_TerminateProcessTID(titleid:u64):s32;cdecl;external;