RetroArch
|
#include <QDir>
#include <QApplication>
#include <QProgressDialog>
#include "../ui_qt.h"
#include <string/stdstring.h>
#include <streams/file_stream.h>
#include <file/archive_file.h>
#include "../../../tasks/tasks_internal.h"
#include "../../../verbosity.h"
#include "../../../config.def.h"
Macros | |
#define | USER_AGENT "RetroArch-WIMP/1.0" |
#define | PARTIAL_EXTENSION ".partial" |
#define | TEMP_EXTENSION ".update_tmp" |
#define | RETROARCH_NIGHTLY_UPDATE_PATH "../RetroArch_update.zip" |
Functions | |
static void | extractUpdateCB (void *task_data, void *user_data, const char *err) |
#define PARTIAL_EXTENSION ".partial" |
#define RETROARCH_NIGHTLY_UPDATE_PATH "../RetroArch_update.zip" |
#define TEMP_EXTENSION ".update_tmp" |
#define USER_AGENT "RetroArch-WIMP/1.0" |