mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Fade effects.
Also change me to `SuperSaiyajinStackie`. Also update for latest Universal-Core changes.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
namespace Config {
|
||||
extern int LangPath, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, progressbarColor, autoboot, outdated, uptodate, notFound, future, Button, keyDelay;
|
||||
extern std::string lang, ScriptPath, MusicPath, StorePath, AutobootFile;
|
||||
extern bool Logging, UseBars, GodMode;
|
||||
extern bool Logging, UseBars, fading;
|
||||
|
||||
void load();
|
||||
void save();
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
|
||||
bool matchPattern(std::string pattern, std::string tested);
|
||||
|
||||
namespace StringUtils
|
||||
{
|
||||
namespace StringUtils {
|
||||
std::string format(const std::string& fmt_str, ...);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user