mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Add windows address
This commit is contained in:
parent
f91866ad95
commit
079c65f687
@ -101,7 +101,7 @@ bool ComputePipeline::BindResources(VideoCore::BufferCache& buffer_cache,
|
|||||||
const auto src_sharp = src.GetVsharp(info);
|
const auto src_sharp = src.GetVsharp(info);
|
||||||
const auto& dst = info.buffers[1];
|
const auto& dst = info.buffers[1];
|
||||||
const auto dst_sharp = dst.GetVsharp(info);
|
const auto dst_sharp = dst.GetVsharp(info);
|
||||||
if (dst_sharp.base_address == 0x510e0000) {
|
if (dst_sharp.base_address == 0x510e0000 || dst_sharp.base_address == 0x1926e0000) {
|
||||||
VideoCore::ImageViewInfo view_info;
|
VideoCore::ImageViewInfo view_info;
|
||||||
view_info.format = vk::Format::eR8G8B8A8Unorm;
|
view_info.format = vk::Format::eR8G8B8A8Unorm;
|
||||||
view_info.type = vk::ImageViewType::e2D;
|
view_info.type = vk::ImageViewType::e2D;
|
||||||
|
Loading…
Reference in New Issue
Block a user