mirror of https://github.com/red-prig/fpPS4.git
Added VK_KHR_external_memory depend
This commit is contained in:
parent
c4e23700b4
commit
9fd50a1618
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue