Skip to content

Commit

Permalink
Version bump & README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niuus committed Jul 4, 2022
1 parent da15c00 commit 9e731d7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gamecube/menu/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ void Func_Credits()
{
char CreditsInfo[512] = "";
#ifdef HW_RVL
sprintf(CreditsInfo,"WiiSX RX Beta 2.5\n");
sprintf(CreditsInfo,"WiiSX RX Beta 2.6\n");
#else
sprintf(CreditsInfo,"CubeSX RX Beta 2.5\n");
sprintf(CreditsInfo,"CubeSX RX Beta 2.6\n");
#endif
strcat(CreditsInfo,"www.github.com/niuus/WiiSXRX\n");
strcat(CreditsInfo,"WiiSX RX & logo: NiuuS\n");
Expand Down
5 changes: 3 additions & 2 deletions Gamecube/release/apps/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Creates a WiiSXR Redistributable
#Creates a WiiSXRX Redistributable
ifndef ECHO
ECHO = echo
endif

VERSION = beta2.2
VERSION = beta2.6

.PHONY: all

Expand All @@ -15,6 +15,7 @@ dist: ../WiiSXRX.dol clean
@mkdir -p \
wiisxrx/bios \
wiisxrx/saves \
wiisxrx/savestates \
wiisxrx/isos
@zip -r ../../WiiSXRX-$(VERSION).zip wiisxrx apps README

Expand Down
15 changes: 14 additions & 1 deletion Gamecube/release/apps/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
README : WiiSX RX / CubeSX RX
Beta 2.5
Beta 2.6

LICENSE:
This software is licensed under the GNU General Public License v2
Expand Down Expand Up @@ -96,6 +96,19 @@ CREDITS:
* www.emulatemii.com and https://code.google.com/archive/p/pcsxgc/downloads

RX CHANGE LOG:
Beta 2.6:
* V-Sync is now activated. (thanks xjsxjs197!)
* Adjust some button shortcuts for entering the Menu.
Specially useful for people who use alternative classic controllers or
adapters that connect to the Wiimote, such as the DualShock 2, arcade
joysticks, NES and SNES Classic controllers, etc., some of which don't have
a Home button to return to the emulator's main menu.
* UStealth support.
* Wii 480p video fix. [Extrems]
* More 3rd party controllers support. [Tantric]
Fix 3rd party classic controllers that don't send calibration data.
For those controllers, use default values.

Beta 2.5:
* Version bump, IOS & CPU speed inside Credits.
* Controller settings SD saving bugfix.
Expand Down
8 changes: 5 additions & 3 deletions Gamecube/release/apps/WiiSXRX/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<app version="2">
<name>WiiSXRX</name>
<coder>NiuuS</coder>
<version>2.5 Beta</version>
<release_date>202009081918</release_date>
<version>2.6 Beta</version>
<release_date>202207031422</release_date>
<short_description>PSX Emulator for Wii</short_description>
<long_description>
Featuring:
- Gamecube controller support.
- Wii U Pro controller support.
- Wii U Gamepad controller support through VC injects.
- Wii Classic Controller and Pro support.
- Classic Controllers support (NES / SNES)
- Classic Controllers support. (NES / SNES)

* WiiSX/CubeSX is a PCSX port. The original team was:
emu_kidid - general coding
Expand All @@ -22,6 +22,8 @@ matguitarist
Daxtsu
Mystro256
FIX94
NiuuS
xjsxjs197
</long_description>
<ahb_access/>
</app>
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifndef ECHO
ECHO = echo
endif

VERSION = beta2.5
VERSION = beta2.6

.PHONY: all

Expand All @@ -13,7 +13,7 @@ all:
@$(MAKE) -C Gamecube clean -f Makefile_Wii
@$(MAKE) -C Gamecube -f Makefile_Wii 2> temp.log
#This step removes all leading pathes from the build.log
@sed 's|.*wiisxr/Gamecube|/wiisxr/Gamecube|;s|/./|/|;s|\r\n|\n|' temp.log > build.log
@sed 's|.*wiisxrx/Gamecube|/wiisxrx/Gamecube|;s|/./|/|;s|\r\n|\n|' temp.log > build.log
#note that msys doesn't seem to like sed -i
@rm temp.log

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Original WiiSXR coder:
Mystro256

Mods & updates:
Matguitarist, daxtsu, Mystro256, FIX94
Matguitarist, daxtsu, Mystro256, FIX94, NiuuS, xjsxjs197

0 comments on commit 9e731d7

Please sign in to comment.