mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 08:38:35 -05: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