mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 16:49:06 +00:00
12 lines
294 B
C++
12 lines
294 B
C++
#ifndef _UNIVERSAL_UPDATER_CIA_HPP
|
|
#define _UNIVERSAL_UPDATER_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 |