mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 11:49:12 +00:00
modifying all the files to match the app
This commit is contained in:
@@ -30,8 +30,8 @@ struct RendererSettings {
|
||||
|
||||
class RendererBase {
|
||||
public:
|
||||
YUZU_NON_COPYABLE(RendererBase);
|
||||
YUZU_NON_MOVEABLE(RendererBase);
|
||||
suyu_NON_COPYABLE(RendererBase);
|
||||
suyu_NON_MOVEABLE(RendererBase);
|
||||
|
||||
explicit RendererBase(Core::Frontend::EmuWindow& window,
|
||||
std::unique_ptr<Core::Frontend::GraphicsContext> context);
|
||||
|
||||
Reference in New Issue
Block a user