mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
remove shitty strings from the config system. bahahahahha
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user