mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
more vulkan init progress
This commit is contained in:
parent
f6388c367e
commit
ef6da6bddb
3 changed files with 27 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue