core: Namespace EmuWindow
Gets the class out of the global namespace.
This commit is contained in:
parent
20f29b2528
commit
53e86e35eb
14 changed files with 44 additions and 22 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace VideoCore {
|
||||
|
||||
RendererBase::RendererBase(EmuWindow& window) : render_window{window} {
|
||||
RendererBase::RendererBase(Core::Frontend::EmuWindow& window) : render_window{window} {
|
||||
RefreshBaseSettings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue