Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
niuus committed Jan 10, 2019
1 parent adc5ef6 commit c3c2ab6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://github.com/niuus/fceurx/releases

-=[ Features ]=-

* NES Compatibility based on FCEUX 2.2.0+ (r2951)
* NES Compatibility based on FCEUX 2.2.3+ (git 21c0971)
* Wiimote, Nunchuk, Wii Classic/Classic Pro, and Gamecube controller support
* Wii U Pro, NES and SNES Classic controller support
* 1-4 Players Support
Expand All @@ -31,7 +31,7 @@ https://github.com/niuus/fceurx/releases
* SD, USB, DVD, SMB, Zip, and 7z support
* Custom controller configurations
* 16:9 widescreen support
* Original/filtered/unfiltered video modes
* Original/filtered (Sharp & Soft))/Unfiltered video modes
* Turbo Mode - up to 2x the normal speed
* IPS/UPS automatic patching support
* Open Source!
Expand All @@ -41,6 +41,11 @@ https://github.com/niuus/fceurx/releases
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'

[1.5.0 - January 10, 2019]
* Core updated to FCEUX 2.2.3+ (git 21c0971). [Tantric]
* Add soft and sharp video filtering options. [Tantric]
* Update color palettes. [Tanooki16]

[1.4.0 - January 08, 2019]
* Allow loader to pass 2 arguments instead of 3 for autoload. [libertyernie]
* Automatically create preview image dirs if they don't exist. [Tantric]
Expand Down
21 changes: 15 additions & 6 deletions hbc/meta.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<app version="2">
<name>FCE Ultra RX</name>
<coder>NiuuS, Tantric</coder>
<version>1.4.0</version>
<release_date>201901081222</release_date>
<version>1.5.0</version>
<release_date>20190110</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>New palettes, and Screenshots/Cover/Artwork option</long_description>
<ahb_access />
</app>
<long_description>Featuring:
- New palettes: Smooth / PVM Style D93 / Composite Direct
NES Classic / PC-10 / Sony CXA / Wavebeam / VS. System
- Screenshot/Cover/Artwork display.
- Screenshot button.
- Sharp and soft filters.
- Wii U Pro Controller support.
- Classic Controllers support (NES / SNES)
- Wiiflow plugin mode.
</long_description>
<ahb_access/>
</app>
2 changes: 1 addition & 1 deletion source/fceugx.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "fceultra/driver.h"

#define APPNAME "FCE Ultra RX"
#define APPVERSION "1.4.0"
#define APPVERSION "1.5.0"
#define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settingsRX.xml"

Expand Down

0 comments on commit c3c2ab6

Please sign in to comment.