mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 07:52:34 -07:00
Bootmanager: changed filename
to std::string
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
~GMainWindow();
|
||||
|
||||
private:
|
||||
void BootGame(const char* filename);
|
||||
void BootGame(std::string filename);
|
||||
|
||||
void closeEvent(QCloseEvent* event);
|
||||
|
||||
|
Reference in New Issue
Block a user