add some CPU read cycles (#233)

* add some CPU read cycles

* more

* more

* more

* use scissor region for rdp interrupt calc
This commit is contained in:
Logan McNaughton
2025-02-09 17:34:29 +01:00
committed by GitHub
parent 99511b7cc6
commit 1c168c4bcd
13 changed files with 35 additions and 54 deletions
-4
View File
@@ -16,10 +16,6 @@ extern "C"
uint32_t *DPC_START_REG;
uint32_t *DPC_END_REG;
uint32_t *DPC_STATUS_REG;
uint32_t *VI_H_START_REG;
uint32_t *VI_V_START_REG;
uint32_t *VI_X_SCALE_REG;
uint32_t *VI_Y_SCALE_REG;
} GFX_INFO;
void rdp_init(void *_window, GFX_INFO _gfx_info, bool _upscale, bool _integer_scaling, bool _fullscreen);