Update xci.h

This commit is contained in:
kdlz4161
2018-04-01 14:12:41 -03:00
committed by GitHub
parent 1ab81d3bd8
commit f28de1c3c4

View File

@@ -32,7 +32,7 @@ public:
ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;
private:
bool LoadNro(const std::string& path, VAddr load_base);
bool LoadXci(const std::string& path, VAddr load_base);
std::string filepath;
};