diff --git a/Core/EmulationSettings.cpp b/Core/EmulationSettings.cpp index baa83eddf..a686b05eb 100644 --- a/Core/EmulationSettings.cpp +++ b/Core/EmulationSettings.cpp @@ -4,10 +4,10 @@ #include "VsControlManager.h" #include "RewindManager.h" -//Version 0.9.2 +//Version 0.9.3 uint16_t EmulationSettings::_versionMajor = 0; uint8_t EmulationSettings::_versionMinor = 9; -uint8_t EmulationSettings::_versionRevision = 2; +uint8_t EmulationSettings::_versionRevision = 3; Language EmulationSettings::_displayLanguage = Language::English; diff --git a/GUI.NET/Config/Configuration.cs b/GUI.NET/Config/Configuration.cs index 652267f85..15ae2dbb0 100644 --- a/GUI.NET/Config/Configuration.cs +++ b/GUI.NET/Config/Configuration.cs @@ -15,7 +15,7 @@ public class Configuration private const int MaxRecentFiles = 10; private bool _needToSave = false; - public string MesenVersion = "0.9.2"; + public string MesenVersion = "0.9.3"; 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 9bc5cf428..47cab1311 100644 --- a/GUI.NET/Dependencies/resources.ca.xml +++ b/GUI.NET/Dependencies/resources.ca.xml @@ -530,7 +530,7 @@ © 2017 M. Bibaud (aka Sour) Lloc web: www.mesen.ca - Versió: 0.9.2 (Beta) + Versió: 0.9.3 (Beta) Si desitgeu col·laborar amb Mesen, si us plau, considereu fer un donatiu. Gràcies pel vostre suport. &D'acord diff --git a/GUI.NET/Dependencies/resources.es.xml b/GUI.NET/Dependencies/resources.es.xml index a46888e17..cb8054c3b 100644 --- a/GUI.NET/Dependencies/resources.es.xml +++ b/GUI.NET/Dependencies/resources.es.xml @@ -530,7 +530,7 @@ © 2017 M. Bibaud (aka Sour) Sitio web: www.mesen.ca - Versión: 0.9.2 (Beta) + Versión: 0.9.3 (Beta) Si deseas colaborar con Mesen, por favor considera hacer una donación. ¡Gracias por tu colaboración! &OK diff --git a/GUI.NET/Dependencies/resources.fr.xml b/GUI.NET/Dependencies/resources.fr.xml index bb6bf15d6..22bf9ff91 100644 --- a/GUI.NET/Dependencies/resources.fr.xml +++ b/GUI.NET/Dependencies/resources.fr.xml @@ -542,7 +542,7 @@ © 2017 M. Bibaud (aka Sour) Site web: www.mesen.ca - Version: 0.9.2 (Beta) + Version: 0.9.3 (Beta) Si vous voulez supporter le développement de Mesen, vous pouvez faire une donation. Merci de votre support! &OK diff --git a/GUI.NET/Dependencies/resources.ja.xml b/GUI.NET/Dependencies/resources.ja.xml index d3d40c98c..f80e1ab65 100644 --- a/GUI.NET/Dependencies/resources.ja.xml +++ b/GUI.NET/Dependencies/resources.ja.xml @@ -532,7 +532,7 @@ © 2017 M. Bibaud (aka Sour) サイト: www.mesen.ca - バージョン: 0.9.2 (ベータ版) + バージョン: 0.9.3 (ベータ版) 応援ありがとうございます! &OK diff --git a/GUI.NET/Dependencies/resources.pt.xml b/GUI.NET/Dependencies/resources.pt.xml index d7e64ca5f..4ab61c7ac 100644 --- a/GUI.NET/Dependencies/resources.pt.xml +++ b/GUI.NET/Dependencies/resources.pt.xml @@ -530,7 +530,7 @@ © 2017 M. Bibaud (aka Sour) Site: www.mesen.ca - Versão: 0.9.2 (Beta) + Versão: 0.9.3 (Beta) Caso queira apoiar o Mesen, por favor, considere fazer uma doação ao projeto. Obrigado pelo seu apoio! &OK diff --git a/GUI.NET/Dependencies/resources.ru.xml b/GUI.NET/Dependencies/resources.ru.xml index d7da024de..ec5054041 100644 --- a/GUI.NET/Dependencies/resources.ru.xml +++ b/GUI.NET/Dependencies/resources.ru.xml @@ -532,7 +532,7 @@ © 2017 M. Bibaud (aka Sour) Сайт: www.mesen.ca - Версия: 0.9.2 (Beta) + Версия: 0.9.3 (Beta) If you want to support Mesen, please consider donating. Thank you for your support! &OK diff --git a/GUI.NET/Dependencies/resources.uk.xml b/GUI.NET/Dependencies/resources.uk.xml index b12597d44..c8060fd40 100644 --- a/GUI.NET/Dependencies/resources.uk.xml +++ b/GUI.NET/Dependencies/resources.uk.xml @@ -532,7 +532,7 @@ © 2017 M. Bibaud (aka Sour) Сайт: www.mesen.ca - Версiя: 0.9.2 (Beta) + Версiя: 0.9.3 (Beta) Якщо ви хочете підтримати Mesen, будь ласка підтримайте. Дякую за вашу підтримку! &OK diff --git a/GUI.NET/Forms/frmAbout.Designer.cs b/GUI.NET/Forms/frmAbout.Designer.cs index 90a7afe13..7eaf48fe6 100644 --- a/GUI.NET/Forms/frmAbout.Designer.cs +++ b/GUI.NET/Forms/frmAbout.Designer.cs @@ -152,7 +152,7 @@ private void InitializeComponent() this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(146, 17); this.labelVersion.TabIndex = 0; - this.labelVersion.Text = "Version: 0.9.2 (Beta)"; + this.labelVersion.Text = "Version: 0.9.3 (Beta)"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // okButton diff --git a/GUI.NET/Properties/AssemblyInfo.cs b/GUI.NET/Properties/AssemblyInfo.cs index c4e57fe57..7171577d3 100644 --- a/GUI.NET/Properties/AssemblyInfo.cs +++ b/GUI.NET/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.2.0")] -[assembly: AssemblyFileVersion("0.9.2.0")] +[assembly: AssemblyVersion("0.9.3.0")] +[assembly: AssemblyFileVersion("0.9.3.0")] diff --git a/InteropDLL/ConsoleWrapper.cpp b/InteropDLL/ConsoleWrapper.cpp index 7941353bd..ab8d1fd21 100644 --- a/InteropDLL/ConsoleWrapper.cpp +++ b/InteropDLL/ConsoleWrapper.cpp @@ -158,7 +158,7 @@ namespace InteropEmu { DllExport void __stdcall UpdateInputDevices() { if(_keyManager) { _keyManager->UpdateDevices(); } } DllExport void __stdcall GetPressedKeys(uint32_t *keyBuffer) { vector pressedKeys = ControlManager::GetPressedKeys(); - for(int i = 0; i < pressedKeys.size() && i < 3; i++) { + for(size_t i = 0; i < pressedKeys.size() && i < 3; i++) { keyBuffer[i] = pressedKeys[i]; } }