Skip to content

Commit

Permalink
Merge pull request #51 from saulfabregwiivc/cleaner-readme
Browse files Browse the repository at this point in the history
Update README and add high-quality icon, update icon.png for release
  • Loading branch information
xjsxjs197 committed Nov 2, 2022
2 parents 0710ff3 + b150995 commit 1cdf921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
Binary file modified Gamecube/release/apps/WiiStation/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions README.md
@@ -1,19 +1,19 @@
# WiiStation
![WiiStation logo](https://github.com/xjsxjs197/WiiSXRX_2022/raw/main/logo.png)

![WiiStation logo](https://github.com/xjsxjs197/WiiSXRX_2022/raw/main/logo.jpg)
# WiiStation

WiiStation (formely WiiSXRX_2022), is a Sony PlayStation 1 (PS1/PSX/PSone) emulator, forked from the original WiiSX-RX (http://github.com/niuus/WiiSXRX) emulator by NiuuS, originally a port of PCSX-Reloaded, but with many changes from PCSX-ReARMed, for the Nintendo Wii/Wii U.

## The following changes have been made to the code based on WiiSXRX.

* Incorporating the CDROM and cdiso codes of PCSX-ReARMed, the compatibility of the system has been greatly improved.
* Incorporating the CDROM and CDRISO codes of PCSX-ReARMed, the compatibility of the system has been greatly improved.
Many games that could not be run or had problems before can be run.

* Cdda support.
* CDDA (Compact Disc Digital Audio) tracks support.

* Incorporating the timer codes of PCSX-ReARMed.

* Combined the dfsound module of PCSX-ReARMed and used the SDL library.
* Combined the DFSound module of PCSX-ReARMed and used the SDL library.
The sound quality of the system has been greatly improved.

* Modification of some dynamic compilation instructions, such as sllv, SRLV, srav, Final Fantasy 9 and Biohazard 3 can be run.
Expand All @@ -28,14 +28,16 @@ WiiStation (formely WiiSXRX_2022), is a Sony PlayStation 1 (PS1/PSX/PSone) emula
* For some customed Chinese culture games, specific BIOS is automatically loaded.
For example: sd:\wiisxrx\isos\武藏传.ISO => sd:\wiisxrx\bios\武藏传.bin

* Other minor corrections, such as disc changing (swap) and automatic fixed of some games.
* Other minor corrections, such as disc changing (swap) and automatic fixes (autoFix functions) for some games.

※※※ Note: It reads a font file in a fixed location, so make sure that [sd:/wiisxrx/fonts/chs.dat] exists ※※※

## Goals

(some taken from NiuuS' WiiSXRX readme)

* Improve GTE code to provide 3D game speed.
Although I used paired single instruction, but the speed is basically not improved
Although I used paired single instruction, but the speed is basically not improved.

* Use the display mode of GL to provide image quality and performance.
I don't know anything about OpenGL, and I don't know if I can use grrlib.
Expand Down Expand Up @@ -66,7 +68,7 @@ WiiSX-RX fork - developed by NiuuS - https://github.com/niuus/WiiSXRX

WiiSX-R fork - developed by Mystro256 - https://github.com/Mystro256/WiiSXR

PCSX-Revolution - developed by Firnis - https://code.google.com/archive/p/pcsx-revolution/downloads
PCSX-Revolution - developed by Firnis - https://code.google.com/archive/p/pcsx-revolution/downloads ; https://github.com/Firnis/pcsx-revolution

WiiSX - developed by emu_kidid, tehpola, sepp256 - https://code.google.com/archive/p/pcsxgc/downloads ; https://github.com/emukidid/pcsxgc

Expand Down
Binary file removed logo.jpg
Binary file not shown.
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cdf921

Please sign in to comment.