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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user