diff --git a/Core/EmulationSettings.cpp b/Core/EmulationSettings.cpp index 9a23ee09..da9bfd8e 100644 --- a/Core/EmulationSettings.cpp +++ b/Core/EmulationSettings.cpp @@ -3,10 +3,10 @@ #include "Console.h" #include "RewindManager.h" -//Version 0.9.4 +//Version 0.9.5 uint16_t EmulationSettings::_versionMajor = 0; uint8_t EmulationSettings::_versionMinor = 9; -uint8_t EmulationSettings::_versionRevision = 4; +uint8_t EmulationSettings::_versionRevision = 5; Language EmulationSettings::_displayLanguage = Language::English; diff --git a/DependencyPacker/Properties/AssemblyInfo.cs b/DependencyPacker/Properties/AssemblyInfo.cs index 08af0e38..94ffaad8 100644 --- a/DependencyPacker/Properties/AssemblyInfo.cs +++ b/DependencyPacker/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mesen")] [assembly: AssemblyProduct("DependencyPacker")] -[assembly: AssemblyCopyright("Copyright © Mesen 2017")] +[assembly: AssemblyCopyright("Copyright © Mesen 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GUI.NET/Config/Configuration.cs b/GUI.NET/Config/Configuration.cs index 495cd7d2..d20adf2a 100644 --- a/GUI.NET/Config/Configuration.cs +++ b/GUI.NET/Config/Configuration.cs @@ -15,7 +15,7 @@ namespace Mesen.GUI.Config private const int MaxRecentFiles = 10; private bool _needToSave = false; - public string MesenVersion = "0.9.4"; + public string MesenVersion = "0.9.5"; public PreferenceInfo PreferenceInfo; public AudioInfo AudioInfo; public VideoInfo VideoInfo; diff --git a/GUI.NET/Dependencies/resources.ca.xml b/GUI.NET/Dependencies/resources.ca.xml index bd616bf6..296b62fa 100644 --- a/GUI.NET/Dependencies/resources.ca.xml +++ b/GUI.NET/Dependencies/resources.ca.xml @@ -513,10 +513,10 @@
diff --git a/GUI.NET/Dependencies/resources.es.xml b/GUI.NET/Dependencies/resources.es.xml index 11c41bd5..be729e0b 100644 --- a/GUI.NET/Dependencies/resources.es.xml +++ b/GUI.NET/Dependencies/resources.es.xml @@ -511,10 +511,10 @@ diff --git a/GUI.NET/Dependencies/resources.fr.xml b/GUI.NET/Dependencies/resources.fr.xml index 30d86982..8b759434 100644 --- a/GUI.NET/Dependencies/resources.fr.xml +++ b/GUI.NET/Dependencies/resources.fr.xml @@ -523,10 +523,10 @@ diff --git a/GUI.NET/Dependencies/resources.ja.xml b/GUI.NET/Dependencies/resources.ja.xml index 817a3b87..9dcd7863 100644 --- a/GUI.NET/Dependencies/resources.ja.xml +++ b/GUI.NET/Dependencies/resources.ja.xml @@ -511,10 +511,10 @@ diff --git a/GUI.NET/Dependencies/resources.pt.xml b/GUI.NET/Dependencies/resources.pt.xml index 33acd62f..a38fd914 100644 --- a/GUI.NET/Dependencies/resources.pt.xml +++ b/GUI.NET/Dependencies/resources.pt.xml @@ -509,10 +509,10 @@ diff --git a/GUI.NET/Dependencies/resources.ru.xml b/GUI.NET/Dependencies/resources.ru.xml index 97df2fa5..57183077 100644 --- a/GUI.NET/Dependencies/resources.ru.xml +++ b/GUI.NET/Dependencies/resources.ru.xml @@ -511,10 +511,10 @@ diff --git a/GUI.NET/Dependencies/resources.uk.xml b/GUI.NET/Dependencies/resources.uk.xml index 89fb535a..3bc01b9c 100644 --- a/GUI.NET/Dependencies/resources.uk.xml +++ b/GUI.NET/Dependencies/resources.uk.xml @@ -511,10 +511,10 @@ diff --git a/GUI.NET/Forms/frmAbout.Designer.cs b/GUI.NET/Forms/frmAbout.Designer.cs index f4a1a99d..d9564d0b 100644 --- a/GUI.NET/Forms/frmAbout.Designer.cs +++ b/GUI.NET/Forms/frmAbout.Designer.cs @@ -108,7 +108,7 @@ this.labelCopyright.Name = "labelCopyright"; this.labelCopyright.Size = new System.Drawing.Size(244, 17); this.labelCopyright.TabIndex = 21; - this.labelCopyright.Text = "© 2017 M. Bibaud (aka Sour)"; + this.labelCopyright.Text = "© 2018 M. Bibaud (aka Sour)"; this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanel1 @@ -154,7 +154,7 @@ this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(146, 17); this.labelVersion.TabIndex = 0; - this.labelVersion.Text = "Version: 0.9.4 (Beta)"; + this.labelVersion.Text = "Version: 0.9.5 (Beta)"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDonate diff --git a/GUI.NET/Properties/AssemblyInfo.cs b/GUI.NET/Properties/AssemblyInfo.cs index 31d0d4fc..88d060c5 100644 --- a/GUI.NET/Properties/AssemblyInfo.cs +++ b/GUI.NET/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mesen")] [assembly: AssemblyProduct("Mesen (Beta)")] -[assembly: AssemblyCopyright("Copyright © 2017 M. Bibaud")] +[assembly: AssemblyCopyright("Copyright © 2018 M. Bibaud")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.4.0")] -[assembly: AssemblyFileVersion("0.9.4.0")] +[assembly: AssemblyVersion("0.9.5.0")] +[assembly: AssemblyFileVersion("0.9.5.0")] diff --git a/README.md b/README.md index da8cc000..ba30e579 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ Packages are available here: https://aur.archlinux.org/packages/mesen Things that ***may or may not*** be added in the future, in no particular order: -Support for more UNIF boards and more NES/Famicom input devices --Debugger improvements (APU state display, etc.) -Shaders -TAS editor @@ -38,12 +37,12 @@ Things that ***may or may not*** be added in the future, in no particular order: ### Windows ### #### *Standalone* #### -1) Open the solution in VS2017 +1) Open the solution in VS2017 2) Compile as Release/x64 or Release/x86 3) Run #### *Libretro* #### -1) Open the solution in VS2017 +1) Open the solution in VS2017 2) Compile as Libretro/x64 or Libretro/x86 3) Use the "mesen_libretro.dll" file in bin/(x64 or x86)/Libretro/mesen_libretro.dll @@ -66,6 +65,8 @@ To compile the libretro core you will need a recent version of clang/gcc. This Running "make libretro" will build the core and put it in "bin/mesen_libretro.(x64 or x86).so". LTO is supported under clang, which gives a large performance boost (25-30%+), so turning it on is highly recommended (see makefile for details). +**Note:** There is also another makefile in the Libretro folder - this is used by the RetroArch's buildbot to build the core. You can also try using this makefile if you are having issues with the one in the root folder. + ## LICENSE ## Mesen is available under the GPL V3 license. Full text here: http://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/UpdateHelper/Properties/AssemblyInfo.cs b/UpdateHelper/Properties/AssemblyInfo.cs index f4fb0d97..b18c371d 100644 --- a/UpdateHelper/Properties/AssemblyInfo.cs +++ b/UpdateHelper/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("MesenUpdater")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]