added declaration for preparewindow (warning raised error)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user