fix windows build?

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2025-02-23 17:44:13 +02:00
parent 127f583b77
commit d0f593a9b9

View file

@ -123,7 +123,7 @@ void pvr_scene_begin(void) {
/* Currently the resize functionality is not implemented, so make sure that
rx and ry are appropriate (i.e. *rx = 1024 and *ry = 512 for 640x480).
Also, note that this probably won't work with DMA mode for now... */
void pvr_scene_begin_txr(pvr_ptr_t txr, uint32 *rx, uint32 *ry) {
void pvr_scene_begin_txr(pvr_ptr_t txr, uint32_t *rx, uint32_t *ry) {
int buf = pvr_state.view_target ^ 1;
(void)ry;