mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
(WiiU) salamander fix.
This commit is contained in:
parent
c09a2f9ab7
commit
78e5b63b41
@ -404,7 +404,11 @@ int main(int argc, char **argv)
|
||||
#endif
|
||||
ProcUIInit(&SaveCallback);
|
||||
|
||||
#ifdef IS_SALAMANDER
|
||||
socket_lib_init();
|
||||
#else
|
||||
network_init();
|
||||
#endif
|
||||
#if defined(PC_DEVELOPMENT_IP_ADDRESS) && defined(PC_DEVELOPMENT_TCP_PORT)
|
||||
log_init(PC_DEVELOPMENT_IP_ADDRESS, PC_DEVELOPMENT_TCP_PORT);
|
||||
devoptab_list[STD_OUT] = &dotab_stdout;
|
||||
|
Loading…
x
Reference in New Issue
Block a user