Merge pull request #3763 from H27CK/vk-cmd

Add missing ;
This commit is contained in:
Fernando Sahmkow 2020-04-22 17:43:42 -04:00 committed by GitHub
commit 63d2ba4f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {