* N64: Implement cheats
* Remove unused function
* Corrected byte mask condition (skip if 0xffffffff)
* Meow
* Final changes to make the parser compatible with gamehacking.org's cheat files.
* Revert back to old pointer convention.
* Modify cheat_rec_t data type for planned changes to active cheat handling.
* Reorganized cheats_toogle and cheats_send to cache activated cheats and prevent opening files for all active cheats with each toggle.
* Added consistency checks.
* Update to latest miniz (2.1.0). Use single file combined release as per miniz documentation
* revert back to using inflateReset instead of inflateInit (doesn't work otherwise)
Co-authored-by: Zakk <zakk@rsdio.com>