Version Update: 0.9.3
This commit is contained in:
parent
a54255fa5c
commit
43744ba95e
12 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace Mesen.GUI.Config
|
|||
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;
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Lloc web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versió: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Versió: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">Si desitgeu col·laborar amb Mesen, si us plau, considereu fer un donatiu.
Gràcies pel vostre suport.</Control>
|
||||
<Control ID="okButton">&D'acord</Control>
|
||||
</Form>
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Sitio web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versión: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Versión: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">Si deseas colaborar con Mesen, por favor considera hacer una donación.
¡Gracias por tu colaboración!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
|
@ -542,7 +542,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Version: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">Si vous voulez supporter le développement de Mesen, vous pouvez faire une donation. Merci de votre support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
|
@ -532,7 +532,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">サイト:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">バージョン: 0.9.2 (ベータ版)</Control>
|
||||
<Control ID="labelVersion">バージョン: 0.9.3 (ベータ版)</Control>
|
||||
<Control ID="lblDonate">応援ありがとうございます!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versão: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Versão: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">Caso queira apoiar o Mesen, por favor, considere fazer uma doação ao projeto.
Obrigado pelo seu apoio!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
|
@ -532,7 +532,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версия: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версия: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">If you want to support Mesen, please consider donating.
Thank you for your support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
|
@ -532,7 +532,7 @@
|
|||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.9.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.9.3 (Beta)</Control>
|
||||
<Control ID="lblDonate">Якщо ви хочете підтримати Mesen, будь ласка підтримайте.
Дякую за вашу підтримку!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
|
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
|
@ -152,7 +152,7 @@
|
|||
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
|
||||
|
|
|
@ -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.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.2.0")]
|
||||
[assembly: AssemblyVersion("0.9.3.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.3.0")]
|
||||
|
|
|
@ -158,7 +158,7 @@ namespace InteropEmu {
|
|||
DllExport void __stdcall UpdateInputDevices() { if(_keyManager) { _keyManager->UpdateDevices(); } }
|
||||
DllExport void __stdcall GetPressedKeys(uint32_t *keyBuffer) {
|
||||
vector<uint32_t> 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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue