Skip to content

Commit

Permalink
V2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shantigilbert committed May 18, 2019
1 parent 8a9c6b8 commit c155194
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
@@ -1,6 +1,27 @@
EmuELEC CHANGELOG
==================

2.5.3

All platforms

* New feature "Force Update" that will hopefully solve the update process, updating only the files that need to be updated and leaving the rest intact. (More info on the Wiki)
* New feature custom_start.sh if you need anything to run at boot place it in this file /storage/.config/custom_start.sh
* Enable/Disable custom bezels and splash screens from the ES menu.
* Fix crash when disconnecting gamepad
* Fix DS4/DS3 motion controls causing problems with ES
* Fixed bug with some handheld platforms not showing bezels
* Fixed bug where bezels/splash would show a different game
* Added getcores_override.sh in case you add a new core and need it to appear as an option in ES.
* To avoid confusion libretro cores now have Libretro_ in the name when selecting an emulator in Emulationstation
* Change path to external fonts for ES
* Bezels will now make a backup copy of retroarch.cfg from when you enabled them, when they are disabled again that backup copy is restored, so make sure you change all of your settings before enabling bezels
* Replace Libretro Fbalpha with FbalphaFB
* Added PCengineCD, Saturn, Naomi, Atomiswave and MSX2 to es_systems.cfg
* Bumped several Libretro cores, PPSSPPSDL, REICASTSA, Retroarch, etc. to the newest version.

-------------------------------

2.5.2

All platforms
Expand Down
2 changes: 1 addition & 1 deletion distributions/EmuELEC/version
@@ -1,5 +1,5 @@
# VERSION: set full version, use "devel" for development version
LIBREELEC_VERSION="2.5.2"
LIBREELEC_VERSION="2.5.3"

# OS_VERSION: OS Version
OS_VERSION="9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sx05re/emuelec/config/EE_VERSION
@@ -1 +1 @@
2.5.2
2.5.3
Expand Up @@ -6,7 +6,7 @@ diff U3 a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp
mVersion.setFont(Font::get(FONT_SIZE_SMALL));
mVersion.setColor(0x5E5E5EFF);
- mVersion.setText("EMULATIONSTATION V" + Utils::String::toUpper(PROGRAM_VERSION_STRING) + buildDate);
+ mVersion.setText("EMULATIONSTATION V" + Utils::String::toUpper(PROGRAM_VERSION_STRING) + buildDate +" emuELEC v2.5.2 IP:" + getShOutput(R"(/storage/.emulationstation/scripts/ip.sh)"));
+ mVersion.setText("EMULATIONSTATION V" + Utils::String::toUpper(PROGRAM_VERSION_STRING) + buildDate +" emuELEC v2.5.3 IP:" + getShOutput(R"(/storage/.emulationstation/scripts/ip.sh)"));
mVersion.setHorizontalAlignment(ALIGN_CENTER);
addChild(&mVersion);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sx05re/emulators/advancemame/.version
@@ -1 +1 @@
EmuELEC-v2.5.2
EmuELEC-v2.5.3-0038b8d

0 comments on commit c155194

Please sign in to comment.