mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
add device name
This commit is contained in:
@ -264,7 +264,7 @@ bool Init(bool open_adapter)
|
||||
}
|
||||
|
||||
if (!curaddr->ifa_addr){
|
||||
printf("Device does not have an address :/\n");
|
||||
printf("Device (%s) does not have an address :/\n", curaddr->ifa_name);
|
||||
curaddr = curaddr->ifa_next;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user