Cleanup driver.h

This commit is contained in:
LibretroAdmin
2022-09-05 01:20:43 +02:00
parent 8df9b2ed10
commit 45532d2c4a
6 changed files with 2 additions and 46 deletions

View File

@@ -103,8 +103,3 @@ uint32 CalcCRC32(uint32 crc, uint8 *buf, uint32 len)
{
return(crc32(crc, buf, len));
}
uint32 FCEUI_CRC32(uint32 crc, uint8 *buf, uint32 len)
{
return(CalcCRC32(crc, buf, len));
}