added declaration for preparewindow (warning raised error)

This commit is contained in:
matthieu.ranger
2020-06-26 09:34:57 -04:00
parent 29c1772097
commit 7763f62f93

View File

@@ -36,6 +36,8 @@ struct VKScreenInfo {
bool is_srgb{};
};
void PrepareWindow([[maybe_unused]] void* render_surface);
class RendererVulkan final : public VideoCore::RendererBase {
public:
explicit RendererVulkan(Core::Frontend::EmuWindow& window, Core::System& system);