Interface: Support loading filenames on command line

This commit is contained in:
Connor McLaughlin
2019-09-14 21:54:46 +10:00
parent 363d62e5c1
commit 3d6b8e485e
5 changed files with 41 additions and 27 deletions

View File

@ -14,6 +14,8 @@ public:
HostInterface();
virtual ~HostInterface();
bool InitializeSystem(const char* 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;