From 6061d402bdbd1a07d0ba43fe6db272365a309e9f Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sat, 17 Aug 2024 18:08:53 +0200 Subject: [PATCH] build fix --- core/hw/pvr/pvr_mem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/pvr/pvr_mem.cpp b/core/hw/pvr/pvr_mem.cpp index 93a34db05..d0d8e6d8d 100644 --- a/core/hw/pvr/pvr_mem.cpp +++ b/core/hw/pvr/pvr_mem.cpp @@ -219,7 +219,7 @@ template u32 pvr_read32p(u32 addr); template float pvr_read32p(u32 addr); //write -template +template void DYNACALL pvr_write32p(u32 addr, T data) { if constexpr (!Internal && sizeof(T) == 1)