azur: update r61524_start_frame() to match gint 2.8.1

This commit is contained in:
Lephenixnoir 2022-07-18 23:10:43 +01:00
parent c74e8fcf13
commit 7de30b80e7
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void azrp_render_fragments(void)
uint32_t cmd = commands_array[i];
prof_enter_norec(azrp_perf_r61524);
r61524_start_frame(0, 244);
r61524_start_frame(0, DWIDTH-1, 0, DHEIGHT-1);
prof_leave_norec(azrp_perf_r61524);
while(1) {