mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
AGSC/ATBL/CSNG extracting and cooking
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
}
|
||||
static bool FileExists(const char* path)
|
||||
{
|
||||
return hecl::ProjectPath(m_DvdRoot, path).getPathType() != hecl::ProjectPath::Type::File;
|
||||
return hecl::ProjectPath(m_DvdRoot, path).isFile();
|
||||
}
|
||||
void CloseFile()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user