SceneGate / Ekona

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

Implement reading and writing DSi ROM header #9

Closed pleonex closed 2 years ago

pleonex commented 3 years ago

Implement reading and writing DSi ROM headers. This includes the new fields in RomHeader class. It doesn't need to update any field in the class, other converters will do it.

Describe the solution you'd like Extended the two existing converters for ROM header to read and write the new fields.

Describe alternatives you've considered Create a new class that inherits ROM header but it may add complexity for not much value. Any tool can access the field in the ROM header saying if it's a DSi game to know if the properties match.