Fix macOS build

Signed-off-by: Aleksandr Popovich <alekpopo@pm.me>
This commit is contained in:
Aleksandr Popovich
2025-06-17 22:42:20 -04:00
parent 704d4e4428
commit 11c409e2bc

View File

@@ -1140,7 +1140,7 @@ void RasterizerVulkan::UpdateDepthBias(Tegra::Engines::Maxwell3D::Regs& regs) {
static constexpr const u64 *start = NEEDS_D24;
static constexpr const u64 *end = NEEDS_D24 + length;
const size_t *it = std::find(start, end, program_id);
const u64 *it = std::find(start, end, program_id);
if (it != end) {
// the base formulas can be obtained from here: