Stratosphere: Add lz4 library, add GetContentPath primitive to loader.

This commit is contained in:
Michael Scire 2018-04-19 07:34:56 -06:00
parent 5342f7248a
commit 7940981bb8
5 changed files with 2475 additions and 2 deletions

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