PabloMK7 / citra

A Nintendo 3DS Emulator
GNU General Public License v2.0
2.94k stars 570 forks source link

Fix HTTP RequestState values (fixes Pretendo Network support with HLE http) #143

Closed PabloMK7 closed 1 month ago

PabloMK7 commented 1 month ago

Fixed the RequestState enum having the wrong valeus/meanings/documentation. Updated the HTTP HLE methods to use the values properly.

This change fixes Pretendo Network not working properly while using HLE HTTP. Using LLE HTTP is still broken due to a bug in Pretendo Network HTTP patch.

ghost commented 1 month ago

Nice one!