mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Allow passing in a custom resolver to HTTPRequest and Connection. This inverts the bad dependency.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "Core/FileLoaders/HTTPFileLoader.h"
|
||||
|
||||
HTTPFileLoader::HTTPFileLoader(const ::Path &filename)
|
||||
: url_(filename.ToString()), progress_(&cancel_), filename_(filename) {
|
||||
: url_(filename.ToString()), progress_(&cancel_), filename_(filename), client_(nullptr) { // no custom resolver support
|
||||
}
|
||||
|
||||
void HTTPFileLoader::Prepare() {
|
||||
|
||||
Reference in New Issue
Block a user