Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/preview' into gfx-rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Feb 11, 2025
2 parents ad60f6f + b1a0e4f commit 70437db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rspq/rspq.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ static uint32_t rspq_overlay_register_internal(rsp_ucode_t *overlay_ucode, uint3
}

// Fill information in the overlay header
overlay_header->text_size = overlay_code_size;
overlay_header->text_size = overlay_code_size - 1;
overlay_header->text_rdram = PhysicalAddr(overlay_code);
overlay_header->state_rdram = PhysicalAddr(overlay_ucode->data) + overlay_header->state_start;
overlay_header->command_base = id << 5;
Expand Down

0 comments on commit 70437db

Please sign in to comment.