Fix macOS build (#198)
All checks were successful
eden-build / source (push) Successful in 3m37s
eden-build / android (push) Successful in 22m54s
eden-build / linux (push) Successful in 21m46s
eden-build / windows (msvc) (push) Successful in 29m32s

Signed-off-by: Aleksandr Popovich <alekpopo@pm.me>
Co-authored-by: Aleksandr Popovich <alekpopo@pm.me>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/198
This commit is contained in:
crueter 2025-06-18 08:00:09 +00:00
parent 704d4e4428
commit 6bf5ae700a

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: