Version Update: 0.9.9
This commit is contained in:
parent
81dbafe405
commit
f3a18bed01
20 changed files with 28 additions and 22 deletions
|
@ -3,10 +3,10 @@
|
|||
#include "Console.h"
|
||||
#include "RewindManager.h"
|
||||
|
||||
//Version 0.9.8
|
||||
//Version 0.9.9
|
||||
uint16_t EmulationSettings::_versionMajor = 0;
|
||||
uint8_t EmulationSettings::_versionMinor = 9;
|
||||
uint8_t EmulationSettings::_versionRevision = 8;
|
||||
uint8_t EmulationSettings::_versionRevision = 9;
|
||||
|
||||
SimpleLock EmulationSettings::_lock;
|
||||
SimpleLock EmulationSettings::_shortcutLock;
|
||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Mesen")]
|
||||
[assembly: AssemblyProduct("DependencyPacker")]
|
||||
[assembly: AssemblyCopyright("Copyright © Mesen 2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © Mesen 2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ home = [ "HTML", "RSS", "JSON"]
|
|||
|
||||
[params]
|
||||
themeVariant = "green"
|
||||
mesenVersion = "0.9.8"
|
||||
mesenVersion = "0.9.9"
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<img style='vertical-align: middle' src='/images/favicon.png'/> <span style='display: inline;vertical-align: middle'>Website</span>"
|
||||
|
|
BIN
Docs/static/images/patreon.png
Normal file
BIN
Docs/static/images/patreon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
|
@ -1,5 +1,6 @@
|
|||
<div class="menuFooter">
|
||||
<div class="donateButton"><a class="bmc-button" target="_blank" href="https://www.mesen.ca/Donate.php"><img src="/images/BMC-btn-logo.svg" alt="Donate"><span style="margin-left:5px">Donate</span></a></div>
|
||||
<div class="donateButton"><a href="https://www.mesen.ca/Donate.php"><img src="/images/patreon.png" alt="Become a Patron!" width="66%" height="66%"></a></div>
|
||||
<div class="donateButton"><a class="bmc-button" target="_blank" href="https://www.mesen.ca/BuyCoffee.php"><img src="/images/BMC-btn-logo.svg" alt="Donate"><span style="margin-left:5px">Donate</span></a></div>
|
||||
Version: <b>{{ .Site.Params.MesenVersion }}</b><br/>
|
||||
Last Updated: <b>{{ now.Format "2006-01-02"}}</b>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace Mesen.GUI.Config
|
|||
private const int MaxRecentFiles = 10;
|
||||
private bool _needToSave = false;
|
||||
|
||||
public string MesenVersion = "0.9.8";
|
||||
public string MesenVersion = "0.9.9";
|
||||
public PreferenceInfo PreferenceInfo;
|
||||
public AudioInfo AudioInfo;
|
||||
public VideoInfo VideoInfo;
|
||||
|
|
|
@ -551,7 +551,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="Quant a...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Lloc web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versió:</Control>
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="About - Mesen">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Website:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version:</Control>
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="Acerca de...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Sitio web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versión:</Control>
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="À propos de...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version:</Control>
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="About - Mesen">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Sito:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versione:</Control>
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="Mesenとは">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">サイト:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">バージョン:</Control>
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="Sobre...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versão:</Control>
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="О программе">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версия:</Control>
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="Про програму">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версiя:</Control>
|
||||
|
|
|
@ -573,7 +573,7 @@
|
|||
</Form>
|
||||
<Form ID="frmAbout" Title="关于 Mesen">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2019 M. Bibaud (又名 Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2020 M. Bibaud (又名 Sour)</Control>
|
||||
<Control ID="lblWebsite">网站:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">版本:</Control>
|
||||
|
|
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
|
@ -568,7 +568,7 @@
|
|||
this.labelCopyright.Name = "labelCopyright";
|
||||
this.labelCopyright.Size = new System.Drawing.Size(244, 17);
|
||||
this.labelCopyright.TabIndex = 21;
|
||||
this.labelCopyright.Text = "© 2019 M. Bibaud (aka Sour)";
|
||||
this.labelCopyright.Text = "© 2020 M. Bibaud (aka Sour)";
|
||||
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Mesen")]
|
||||
[assembly: AssemblyProduct("Mesen (Beta)")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 M. Bibaud")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2020 M. Bibaud")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.9.*")]
|
||||
[assembly: AssemblyFileVersion("0.9.8.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.0")]
|
||||
|
|
|
@ -2,9 +2,14 @@
|
|||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <unordered_set>
|
||||
#include <filesystem>
|
||||
#if __has_include(<filesystem>)
|
||||
#include <filesystem>
|
||||
namespace fs = std::filesystem;
|
||||
#elif __has_include(<experimental/filesystem>)
|
||||
#include <experimental/filesystem>
|
||||
namespace fs = std::experimental::filesystem;
|
||||
#endif
|
||||
#include "../Core/PgoUtilities.h"
|
||||
namespace fs = std::filesystem;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MesenUpdater")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue