mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
hide saving dialog that pops up briefly when returning from a game. bump
version.
This commit is contained in:
parent
5812be3d01
commit
d92d2ca8f3
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Visual Boy Advance GX</name>
|
<name>Visual Boy Advance GX</name>
|
||||||
<coder>Tantric</coder>
|
<coder>Tantric</coder>
|
||||||
<version>2.2.8</version>
|
<version>2.3.5</version>
|
||||||
<release_date>20120729</release_date>
|
<release_date>20161210</release_date>
|
||||||
<short_description>GBA/GBC/GB Emulator</short_description>
|
<short_description>GBA/GBC/GB Emulator</short_description>
|
||||||
<long_description>A port of Visual Boy Advance - M to the Wii.</long_description>
|
<long_description>A port of Visual Boy Advance - M to the Wii.</long_description>
|
||||||
<ahb_access />
|
<ahb_access />
|
||||||
|
@ -38,6 +38,10 @@ https://github.com/dborth/vbagx/releases
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[2.3.5 - December 10, 2016]
|
||||||
|
|
||||||
|
* Hide saving dialog that pops up briefly when returning from a game
|
||||||
|
|
||||||
[2.3.4 - September 15, 2016]
|
[2.3.4 - September 15, 2016]
|
||||||
|
|
||||||
* Added the delete save file (SRAM / Snapshot) option
|
* Added the delete save file (SRAM / Snapshot) option
|
||||||
|
@ -886,6 +886,7 @@ SaveFile (char * buffer, char *filepath, size_t datasize, bool silent)
|
|||||||
// halt parsing
|
// halt parsing
|
||||||
HaltParseThread();
|
HaltParseThread();
|
||||||
|
|
||||||
|
if(!silent)
|
||||||
ShowAction("Saving...");
|
ShowAction("Saving...");
|
||||||
|
|
||||||
while(!written && retry == 1)
|
while(!written && retry == 1)
|
||||||
@ -927,6 +928,7 @@ SaveFile (char * buffer, char *filepath, size_t datasize, bool silent)
|
|||||||
// go back to checking if devices were inserted/removed
|
// go back to checking if devices were inserted/removed
|
||||||
ResumeDeviceThread();
|
ResumeDeviceThread();
|
||||||
|
|
||||||
|
if(!silent)
|
||||||
CancelAction();
|
CancelAction();
|
||||||
return written;
|
return written;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include "utils/FreeTypeGX.h"
|
#include "utils/FreeTypeGX.h"
|
||||||
|
|
||||||
#define APPNAME "Visual Boy Advance GX"
|
#define APPNAME "Visual Boy Advance GX"
|
||||||
#define APPVERSION "2.3.4"
|
#define APPVERSION "2.3.5"
|
||||||
#define APPFOLDER "vbagx"
|
#define APPFOLDER "vbagx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
#define PAL_FILE_NAME "palettes.xml"
|
#define PAL_FILE_NAME "palettes.xml"
|
||||||
|
Loading…
Reference in New Issue
Block a user