mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-13 23:46:40 +00:00
7 lines
210 B
C++
7 lines
210 B
C++
|
#pragma once
|
||
|
#include <switch.h>
|
||
|
|
||
|
#include "ldr_registration.hpp"
|
||
|
|
||
|
Result GetContentPath(char *out_path, u64 tid, FsStorageId sid);
|
||
|
Result GetContentPathForTidSid(char *out_path, Registration::TidSid *tid_sid);
|