From 9fd50a1618aa53738fa5896d56aaf8c0be2f5c64 Mon Sep 17 00:00:00 2001 From: Pavel <68122101+red-prig@users.noreply.github.com> Date: Tue, 31 May 2022 10:34:05 +0300 Subject: [PATCH] Added VK_KHR_external_memory depend --- fpPS4.lpr | 4 ++-- vulkan/vDevice.pas | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fpPS4.lpr b/fpPS4.lpr index d7ee183..e588132 100644 --- a/fpPS4.lpr +++ b/fpPS4.lpr @@ -400,8 +400,8 @@ begin //ps4_app.app_path:='G:\Games\Sonic Mania\CUSA07023\'; //ps4_app.app_file:='G:\Games\Sonic Mania\CUSA07023\eboot.bin'; - ps4_app.app_path:='C:\Users\User\Desktop\Games\Sonic Mania\CUSA07023\'; - ps4_app.app_file:='C:\Users\User\Desktop\Games\Sonic Mania\CUSA07023\eboot.bin'; + //ps4_app.app_path:='C:\Users\User\Desktop\Games\Sonic Mania\CUSA07023\'; + //ps4_app.app_file:='C:\Users\User\Desktop\Games\Sonic Mania\CUSA07023\eboot.bin'; //elf:=Telf_file(LoadPs4ElfFromFile('libSceLibcInternal.sprx')); //elf.Prepare; diff --git a/vulkan/vDevice.pas b/vulkan/vDevice.pas index ee175f2..ce91357 100644 --- a/vulkan/vDevice.pas +++ b/vulkan/vDevice.pas @@ -1365,6 +1365,8 @@ begin end; DeviceQueues.add_ext(VK_KHR_SWAPCHAIN_EXTENSION_NAME); + + DeviceQueues.add_ext(VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME); DeviceQueues.add_ext(VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME); if limits.VK_AMD_device_coherent_memory then