libpcsxcore: Use the same type for next_interrupt everywhere
authorAsh Logan <ash@heyquark.com>
Sun, 29 May 2022 12:53:34 +0000 (22:53 +1000)
committernotaz <notasas@gmail.com>
Wed, 12 Jul 2023 22:25:45 +0000 (01:25 +0300)
commit45a1e89f9b213953b102c6217c97a2f8828f1a57
tree5495d3330a2b17f5c7e6f01de1e755e537d8a4c4
parent54c4acacc4ec243579c3a9272c2ae055f04275a7
libpcsxcore: Use the same type for next_interrupt everywhere

u32 is long unsigned int on some platforms
libpcsxcore/new_dynarec/emu_if.c