added declaration for preparewindow (warning raised error)
This commit is contained in:
@@ -36,6 +36,8 @@ struct VKScreenInfo {
|
|||||||
bool is_srgb{};
|
bool is_srgb{};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void PrepareWindow([[maybe_unused]] void* render_surface);
|
||||||
|
|
||||||
class RendererVulkan final : public VideoCore::RendererBase {
|
class RendererVulkan final : public VideoCore::RendererBase {
|
||||||
public:
|
public:
|
||||||
explicit RendererVulkan(Core::Frontend::EmuWindow& window, Core::System& system);
|
explicit RendererVulkan(Core::Frontend::EmuWindow& window, Core::System& system);
|
||||||
|
|||||||
Reference in New Issue
Block a user