Skip to content
Snippets Groups Projects
Commit 4d74578d authored by H27CK's avatar H27CK
Browse files

Add missing ;

parent c883cd10
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(Core::System& system, bool fullscreen)
EmuWindow_SDL2_VK::~EmuWindow_SDL2_VK() = default;
std::unique_ptr<Core::Frontend::GraphicsContext> EmuWindow_SDL2_VK::CreateSharedContext() const {
return std::make_unique<DummyContext>()
return std::make_unique<DummyContext>();
}
void EmuWindow_SDL2_VK::Present() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment