Skip to content

Commit

Permalink
3rdParty: apply pending warning fix patch to mupen64plus-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 10, 2025
1 parent 530a48a commit 817ef45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ void read_dd_regs(void* opaque, uint32_t address, uint32_t* value)

void write_dd_regs(void* opaque, uint32_t address, uint32_t value, uint32_t mask)
{
unsigned int head, track, old_track, cycles;
uint32_t head, cycles;
int32_t track, old_track;
const uint16_t startTrackZones[9] = { 0x000, 0x09E, 0x13C, 0x1D1, 0x266, 0x2FB, 0x390, 0x425, 0x497 };
struct dd_controller* dd = (struct dd_controller*)opaque;

Expand Down

0 comments on commit 817ef45

Please sign in to comment.