1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-12 23:16:40 +00:00
Atmosphere/stratosphere/loader/source/ldr_location_resolver.hpp

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);