SceneGate / Ekona

.NET implementation of DS and DSi file formats
https://scenegate.github.io/Ekona/
MIT License
25 stars 1 forks source link

:sparkles: Migrate converters and examples to Yarhl 4.0 preview API #31

Closed pleonex closed 9 months ago

pleonex commented 1 year ago

Description

Upgrade to the preview package of Yarhl with the new API for converters.

Example

Use the converter constructors instead of the Initialize method to pass parameters. See https://github.com/SceneGate/Yarhl/pull/191 for more details.

pleonex commented 9 months ago

Closed in favor of new #33