mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Custom path support (#1333)
also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
This commit is contained in:
@ -318,7 +318,7 @@ bool Init(bool open_adapter)
|
||||
PCapAdapterData = &Adapters[0];
|
||||
for (int i = 0; i < NumAdapters; i++)
|
||||
{
|
||||
if (!strncmp(Adapters[i].DeviceName, Config::LANDevice, 128))
|
||||
if (!strncmp(Adapters[i].DeviceName, Config::LANDevice.c_str(), 128))
|
||||
PCapAdapterData = &Adapters[i];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user