Releases: EclipseEmu/gamesbuf
Releases · EclipseEmu/gamesbuf
v0.2.1
- Fixes the md5 buffer being overwritten.
- Allows for 0 to be used as a valid system/region value.
- Changes that require attention:
region
andsystem
now must be present on the query object and allowsnull
.art
is no longerundefined
, it is replaced withnull
.- These changes help enforce that the shapes of the objects are more consistent, for JS engine optimization. It is highly recommended that you order your query object keys the same way each time.