mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
0980cc969e
Should fix sometimes booting into TWiLight Menu++ for some reason.
12 lines
256 B
C++
12 lines
256 B
C++
#ifndef CIA_HPP
|
|
#define CIA_HPP
|
|
|
|
#include "common.hpp"
|
|
|
|
#include <3ds.h>
|
|
|
|
Result CIA_LaunchTitle(u64 titleId, FS_MediaType mediaType);
|
|
Result deletePrevious(u64 titleid, FS_MediaType media);
|
|
Result installCia(const char * ciaPath, bool updateSelf);
|
|
|
|
#endif |