Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

Rework how settings are stored #32

Closed Ryzee119 closed 1 year ago

Ryzee119 commented 1 year ago

Instead of creating a new SQL column for each setting, I just store them as a blob in the sql database.

The blob is a copy of a settings struct maintained in code. This makes it much easier to add additional settings and cleans up the code a bit