fs.mitm: Add HANS-style redirection for System Data Archives.
This commit is contained in:
8
stratosphere/fs_mitm/source/fsmitm_utils.hpp
Normal file
8
stratosphere/fs_mitm/source/fsmitm_utils.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <switch.h>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
class Utils {
|
||||
public:
|
||||
static Result OpenSdFile(const char *fn, int flags, FsFile *out);
|
||||
};
|
||||
Reference in New Issue
Block a user