mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
Custom path support (#1333)
also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
This commit is contained in:
@ -21,6 +21,6 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
u32 CRC32(u8* data, int len);
|
||||
u32 CRC32(u8* data, int len, u32 start=0);
|
||||
|
||||
#endif // CRC32_H
|
||||
|
Reference in New Issue
Block a user