mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
7d8fb7eb5d
Also add progressbar for Installing & convert `cia.c` to `cia.cpp` for `new`.
12 lines
239 B
C++
12 lines
239 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);
|
|
|
|
#endif |