remove shitty strings from the config system. bahahahahha

This commit is contained in:
Arisotura
2021-12-12 16:27:57 +01:00
parent c72089df5e
commit b5d276b683
13 changed files with 406 additions and 399 deletions

View File

@ -207,7 +207,7 @@ bool GetConfigArray(ConfigEntry entry, void* data)
{
case Firm_MAC:
{
char* mac_in = Config::FirmwareMAC;
std::string& mac_in = Config::FirmwareMAC;
u8* mac_out = (u8*)data;
int o = 0;