Implement & link famicom.cpp

This commit is contained in:
Cuyler36
2024-01-29 20:31:47 -05:00
parent 7788f50a59
commit d08076381b
39 changed files with 4048 additions and 119 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ class JKRFileFinder
{
public:
JKRFileFinder()
: mIsAvailable(false), mIsFileOrDir(false)
: mIsAvailable(false), mIsDir(false)
{
}
@@ -36,7 +36,7 @@ public:
// _00 = VTBL
bool mIsAvailable; // _10
bool mIsFileOrDir; // _11
bool mIsDir; // _11
};
class JKRArcFinder : public JKRFileFinder