Merge pull request #4738 from FearlessTobi/port-1020-new

Port yuzu-emu/yuzu#1020: "core: Namespace EmuWindow"
This commit is contained in:
James Rowe
2019-04-26 08:58:09 -06:00
committed by GitHub
14 changed files with 39 additions and 20 deletions

View File

@@ -103,7 +103,7 @@ signals:
void ErrorThrown(Core::System::ResultStatus, std::string);
};
class GRenderWindow : public QWidget, public EmuWindow {
class GRenderWindow : public QWidget, public Frontend::EmuWindow {
Q_OBJECT
public: