mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 16:49:10 +00:00
Switch over to Universal-Core. (#18)
* Don't build here. * WIP: Switch to Universal-Core. * Update Submodule repo & azure-pipelines.
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
* reasonable ways as different from the original version.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef DOWNLOAD_HPP
|
||||
#define DOWNLOAD_HPP
|
||||
|
||||
#include "utils/common.hpp"
|
||||
#include "common.hpp"
|
||||
|
||||
#define APP_TITLE "Universal-Updater"
|
||||
#define VERSION_STRING "2.2.0"
|
||||
#define VERSION_STRING "2.2.1"
|
||||
|
||||
enum DownloadError {
|
||||
DL_ERROR_NONE = 0,
|
||||
@@ -86,4 +87,6 @@ std::string getLatestCommit(std::string repo, std::string item);
|
||||
* item is that to get from the API. (Ex. "message")
|
||||
* @return the string from the API.
|
||||
*/
|
||||
std::string getLatestCommit(std::string repo, std::string array, std::string item);
|
||||
std::string getLatestCommit(std::string repo, std::string array, std::string item);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user