System: Support loading expansion ROMs
This commit is contained in:
@ -14,7 +14,7 @@ public:
|
||||
HostInterface();
|
||||
virtual ~HostInterface();
|
||||
|
||||
bool InitializeSystem(const char* filename, const char* save_state_filename);
|
||||
bool InitializeSystem(const char* filename, const char* exp1_filename, const char* save_state_filename);
|
||||
|
||||
virtual void SetDisplayTexture(GL::Texture* texture, u32 offset_x, u32 offset_y, u32 width, u32 height) = 0;
|
||||
virtual void ReportMessage(const char* message) = 0;
|
||||
|
||||
Reference in New Issue
Block a user