mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 01:55:19 -04:00
Dreamcast: Try dialling a longer number
This commit is contained in:
parent
2963723746
commit
04346551dc
@ -453,12 +453,11 @@ static void InitModem(void) {
|
|||||||
|
|
||||||
|
|
||||||
Platform_LogConst("Trying to init ppp modem..");
|
Platform_LogConst("Trying to init ppp modem..");
|
||||||
err = ppp_modem_init("111", 0, NULL);
|
err = ppp_modem_init("111111111111", 0, NULL);
|
||||||
if (err) {
|
if (err) {
|
||||||
Platform_Log1("Establishing link failed (%i)", &err); return;
|
Platform_Log1("Establishing link failed (%i)", &err); return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Platform_LogConst("Trying to ppp login..");
|
|
||||||
ppp_set_login("dream", "dreamcast");
|
ppp_set_login("dream", "dreamcast");
|
||||||
|
|
||||||
Platform_LogConst("Trying to ppp connect..");
|
Platform_LogConst("Trying to ppp connect..");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user