mandarine3ds / mandarine

A Citra fork with extra options for more performance
GNU General Public License v2.0
476 stars 12 forks source link

Removal of GetRequestState (Fix connection to the Pretendo Network) #55

Closed ghost closed 5 months ago

ghost commented 5 months ago

This commit fixes the network related issue where connecting to the Pretendo network was not possible anymore (Version 2.1 from PabloMK7's fork was the last one which didn't have the function "GetRequestState" where the connection to Pretendo kept working).

Thanks to Radu https://github.com/Radu13 for figuring this one out.

ghost commented 5 months ago

This commit fixes the network related issue where connecting to the Pretendo network was not possible anymore (Version 2.1 from PabloMK7's fork was the last one which didn't have the function "GetRequestState" where the connection to Pretendo kept working).

Thanks to Radu (Discord: radu13) for figuring this one out.

This commit also fixes the friend code generation issue. (HTTP still has to be disabled to access FRD due to a bug in nimbus). https://github.com/PretendoNetwork/nimbus/issues/39

ghost commented 5 months ago

PabloMK7 fixed it. You may merge PabloMK7's commit #143