mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
more vulkan init progress
This commit is contained in:
@@ -11,6 +11,7 @@ struct WindowCtx {
|
||||
Lib::ConditionVariable m_graphic_initialized_cond;
|
||||
SDL_Window* m_window = nullptr;
|
||||
bool is_window_hidden = true;
|
||||
VkSurfaceKHR m_surface = nullptr;
|
||||
};
|
||||
|
||||
struct EmuPrivate {
|
||||
|
||||
Reference in New Issue
Block a user