Skip to content

Commit

Permalink
vk/rsx: Fix build errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Jun 30, 2023
1 parent 2f9e1cf commit 931a2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpcs3/Emu/RSX/VK/vkutils/sync.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace vk
};

const vk::render_device* m_device = nullptr;
sync_domain m_domain = sync_domain::any;
sync_domain m_domain = sync_domain::host;
sync_backend m_backend = sync_backend::events_v1;

// For events_v1 and events_v2
Expand Down Expand Up @@ -131,7 +131,7 @@ namespace vk
};

VkBuffer m_buffer_handle = VK_NULL_HANDLE;
u32 m_buffer_offset = 0;
u64 m_buffer_offset = 0;
volatile u32* m_ptr = nullptr;

public:
Expand Down

0 comments on commit 931a2c5

Please sign in to comment.