mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-31 17:55:23 +02:00
10 lines
208 B
C++
10 lines
208 B
C++
#pragma once
|
|
|
|
#include <SDL3/SDL.h>
|
|
#include "Common/GPU/MiscTypes.h"
|
|
#include <string>
|
|
|
|
struct WindowDesc;
|
|
|
|
bool DetermineVulkanWindowSystem(SDL_Window *window, WindowDesc *desc, std::string *errorMessage);
|