From 0bdfcf3903cfea1c253f3e8a708e5f18bddb93a1 Mon Sep 17 00:00:00 2001 From: Andress Barajas Date: Thu, 10 Oct 2024 22:26:21 -0700 Subject: [PATCH] Fix compile error related to pvr refactor PR by Falco --- include/dr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dr.h b/include/dr.h index 1aebae3..6695ec4 100644 --- a/include/dr.h +++ b/include/dr.h @@ -53,7 +53,7 @@ static inline void plx_scene_begin() { pvr_scene_begin(); } -static inline void plx_list_begin(int type) { +static inline void plx_list_begin(pvr_list_t type) { pvr_list_begin(type); }