mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
Replace uint16_t with u16
This commit is contained in:
parent
534c63bf57
commit
d6042cf891
5 changed files with 137 additions and 137 deletions
|
|
@ -99,7 +99,7 @@ bool statichle_handler::load_patterns()
|
|||
|
||||
#define POLY 0x8408
|
||||
|
||||
uint16_t statichle_handler::gen_CRC16(const u8* data_p, usz length)
|
||||
u16 statichle_handler::gen_CRC16(const u8* data_p, usz length)
|
||||
{
|
||||
unsigned char i;
|
||||
unsigned int data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue