mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-06 09:06:20 +00:00
added vulkan extension initialize
This commit is contained in:
parent
be4c88a338
commit
f6388c367e
4 changed files with 78 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "emulator.h"
|
||||
|
||||
#include "Core/PS4/HLE/Graphics/video_out.h"
|
||||
#include <vulkan_util.h>
|
||||
|
||||
namespace Emulator {
|
||||
|
||||
|
@ -47,6 +48,7 @@ void emuRun() {
|
|||
{
|
||||
// init window and wait until init finishes
|
||||
CreateSdlWindow(g_window_ctx);
|
||||
Graphics::Vulkan::vulkanCreate(g_window_ctx);
|
||||
g_window_ctx->m_is_graphic_initialized = true;
|
||||
g_window_ctx->m_graphic_initialized_cond.SignalCondVar();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue