core: Namespace EmuWindow
Gets the class out of the global namespace.
This commit is contained in:
parent
403dfd68fc
commit
0a93b45b6a
14 changed files with 44 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace VideoCore {
|
||||
|
||||
std::unique_ptr<RendererBase> CreateRenderer(EmuWindow& emu_window) {
|
||||
std::unique_ptr<RendererBase> CreateRenderer(Core::Frontend::EmuWindow& emu_window) {
|
||||
return std::make_unique<RendererOpenGL>(emu_window);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue