mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Get basic Naett requests to work (the store works in https mode)
This commit is contained in:
@@ -542,10 +542,9 @@ std::string HTTPDownload::RedirectLocation(const std::string &baseUrl) {
|
||||
}
|
||||
|
||||
void HTTPDownload::Do() {
|
||||
SetCurrentThreadName("Downloader::Do");
|
||||
SetCurrentThreadName("HTTPDownload::Do");
|
||||
|
||||
AndroidJNIThreadContext jniContext;
|
||||
|
||||
resultCode_ = 0;
|
||||
|
||||
std::string downloadURL = url_;
|
||||
|
||||
Reference in New Issue
Block a user