giwty / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
230 stars 43 forks source link

Fix padding of key_area_key_application_10 #106

Open nvllsvm opened 8 months ago

nvllsvm commented 8 months ago

Fixes the behavior where a zero is incorrectly prepended to a key value and results in switch-library-manager being unable to find the key in prod.keys.

Current, incorrect behavior: key_area_key_application_010 PR, Correct behavior: key_area_key_application_10

Fixes #104