mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-13 00:26:35 +00:00
7 lines
No EOL
210 B
C++
7 lines
No EOL
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); |