* Incorporating the CDROM and cdiso codes of pcsxrearmed, the compatibility of the system has been greatly improved.
*+ Many games that could not be run or had problems before can be run.
* Combined the dfsound module of pcsxrearmed 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, FF9 and biohazard3 can be run.
** (Part of the division instruction uses a static compilation instruction)
* Support for multiple languages.
** At first, I wanted to refer to snes9xgx and support TTF font library.
** However, it encountered a memory leak problem, resulting in automatic exit.
** So it can only be made into a specific font.
** Font char information: first two byte: BigEndianUnicode char code, followed by a character picture in IA8 format with a size of 24 * 24.
* 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 and automatic fixed of some games.