renderer_base: backport minor changes from yuzu
This commit is contained in:
parent
f620c862f3
commit
6be1b4d293
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ public:
|
|||
return rasterizer.get();
|
||||
}
|
||||
|
||||
EmuWindow& GetRenderWindow() const {
|
||||
EmuWindow& GetRenderWindow() {
|
||||
return render_window;
|
||||
}
|
||||
|
||||
const EmuWindow& GetRenderWindow() const {
|
||||
return render_window;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue