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