mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
Stratosphere: Add lz4 library, add GetContentPath primitive to loader.
This commit is contained in:
parent
5342f7248a
commit
7940981bb8
5 changed files with 2475 additions and 2 deletions
7
stratosphere/loader/source/ldr_location_resolver.hpp
Normal file
7
stratosphere/loader/source/ldr_location_resolver.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#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);
|
Loading…
Add table
Add a link
Reference in a new issue