Ekona icon indicating copy to clipboard operation
Ekona copied to clipboard

.NET implementation of DS and DSi file formats

Results 4 Ekona issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem?** Implement converters that can decompress and compress binary data using the [BIOS compression](https://problemkaputt.de/gbatek.htm#biosdecompressionfunctions) algorithms of NDS: - [x] Implement LZSS compression -...

enhancement
wip

**Is your feature request related to a problem?** Support `NFTR` fonts. **Describe the solution you'd like** Migrate the code from https://github.com/pleonex/NerdFontTerminatoR to this repository in yarhl style. Update the documentation...

enhancement

I am trying to build, following the instructions on the main page, but I keep getting this: ``` ======================================== PleOps.Recipe.Common.SetGitVersion ======================================== Cake.Core.CakeException: GitVersion returned 1 at Cake.Frosting.PleOps.Recipe.Common.SetGitVersionTask.g__GetGitVersion|0_0(c__DisplayClass0_0&) in /_/src/Cake.Frosting.PleOps.Recipe/Common/SetGitVersionTask.cs:line 66...

Implement compression and decompression for some of the BIOS built-in compressions: - LZSS: decompress and compress - RLE: decompress TODO: - [ ] Unit tests for RLE - [ ]...

enhancement