mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Implement --warp command-line arguments
This commit is contained in:
@@ -116,6 +116,7 @@ public:
|
||||
void ExportPersistentOptions(CPersistentOptions& opts) const;
|
||||
void SetGameOptions(const CGameOptions& opts) { x17c_gameOptions = opts; }
|
||||
void WriteBackupBuf();
|
||||
std::vector<u8>& BackupBuf() { return x218_backupBuf; }
|
||||
u32 GetFileIdx() const { return x20c_saveFileIdx; }
|
||||
void SetFileIdx(u32 idx) { x20c_saveFileIdx = idx; }
|
||||
void SetCardSerial(u64 serial) { x210_cardSerial = serial; }
|
||||
|
||||
Reference in New Issue
Block a user