Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Aug 17, 2024
1 parent 4d06743 commit 6061d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/hw/pvr/pvr_mem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ template u32 pvr_read32p<u32>(u32 addr);
template float pvr_read32p<float>(u32 addr);

//write
template<typename T, bool Internal = false>
template<typename T, bool Internal>
void DYNACALL pvr_write32p(u32 addr, T data)
{
if constexpr (!Internal && sizeof(T) == 1)
Expand Down

0 comments on commit 6061d40

Please sign in to comment.