2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Work on memory card sys; CMake fixes

This commit is contained in:
Jack Andersen
2016-10-08 21:45:04 -10:00
parent f7f5066038
commit 545fccc4cc
17 changed files with 133 additions and 68 deletions

View File

@@ -45,12 +45,14 @@ class CMFGameLoader : public CMFGameLoaderBase
{
struct
{
bool x2c_24_ : 1;
bool x2c_24_initialized : 1;
bool x2c_25_ : 1;
};
u8 _dummy = 0;
};
void MakeLoadDependencyList();
public:
CMFGameLoader();
EMessageReturn OnMessage(const CArchitectureMessage& msg, CArchitectureQueue& queue);