mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -99,7 +99,7 @@ bool statichle_handler::load_patterns()
|
|||
|
||||
#define POLY 0x8408
|
||||
|
||||
uint16_t statichle_handler::gen_CRC16(const uint8_t* data_p, size_t length)
|
||||
uint16_t statichle_handler::gen_CRC16(const uint8_t* data_p, usz length)
|
||||
{
|
||||
unsigned char i;
|
||||
unsigned int data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue