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:28:56 +0000 (01:28 +0300)
commit67cbfa7b4f16d52b4334c580622f400d00501caa
treeafc1148dcaed8793f26c2ab047ea3677f40ad176
parentb8f3d43d5bbc0f3d391424c00e9ab1e11d3ea997
libpcsxcore: Use the same type for next_interrupt everywhere

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