diff --git a/UNFLoader/device_gopher64.cpp b/UNFLoader/device_gopher64.cpp index d3104cb..f5e2eb3 100644 --- a/UNFLoader/device_gopher64.cpp +++ b/UNFLoader/device_gopher64.cpp @@ -158,7 +158,7 @@ DeviceError device_open_gopher64(CartDevice *cart) hints.ai_socktype = SOCK_STREAM; // TCP // Resolve localhost and port - if (getaddrinfo("localhost", "64000", &hints, &res) != 0) + if (getaddrinfo("localhost", "48646", &hints, &res) != 0) { delete device; return DEVICEERR_NOTCART;