Files
DarkStore/include/utils/cia.hpp
T
StackZ 0980cc969e Make updateSelf a optional boolean.
Should fix sometimes booting into TWiLight Menu++ for some reason.
2020-04-28 14:51:37 +02:00

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