mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Apply suggestions from code review
Co-authored-by: Mai <mathew1800@gmail.com> Co-authored-by: BhaaL <bhaalsen@gmail.com> Co-authored-by: iwubcode <iwubcode@users.noreply.github.com>
This commit is contained in:
@ -16,7 +16,7 @@ class SwapChain;
|
||||
class DXTexture;
|
||||
class DXFramebuffer;
|
||||
|
||||
class Gfx : public ::AbstractGfx
|
||||
class Gfx final : public ::AbstractGfx
|
||||
{
|
||||
public:
|
||||
Gfx(std::unique_ptr<SwapChain> swap_chain, float backbuffer_scale);
|
||||
|
Reference in New Issue
Block a user