Update README and Install/Compile instructions.

This commit is contained in:
retro100 2021-04-20 22:30:50 +02:00
parent e602def726
commit b32d301f19
2 changed files with 3 additions and 4 deletions

View File

@ -175,4 +175,3 @@ If the compilation is successful the file `dosbox-wii.dol` is created.
Now `dosbox-wii.dol` can be executed on the Wii. The easiest way is to replace the `boot.dol` file of an existing dosbox-wii installation (sd:/apps/dosbox-wii) with this file. In this case the name `dosbox-wii.dol` must also be renamed to `boot.dol` accordingly.
If you want do compile Dosbox with older devkitPro and lib versions (like the dosbox-wii 1.7 version was compiled) then open the Makefile and change `LIBS_VER:=CUR` to `LIBS_VER:=OLD`. This would only work if you really have the old versions installed. If you change this use `make clean` after changing.

6
README
View File

@ -2,7 +2,7 @@
- DOSBox Wii -
Current Version based on r4301 and jmarsh patches for dynrec
http://code.google.com/p/dosbox-wii
https://github.com/dborth/dosbox-wii
(Under GPL License)
==============================================================================
@ -16,6 +16,7 @@ A port of DOSBox to the Wii using SDL Wii.
* SD/USB mounting
* Most DOS games are playable
* Home menu, with on-screen keyboard
* Dynamic Recompiler support with core=dynamic for high performance emulation
-=[ Performance on Wii and vWii ]=-
@ -42,8 +43,7 @@ A port of DOSBox to the Wii using SDL Wii.
-=[ Update History ]=-
[current master - 2021]
* Updated to latest libogc and devkitPPC
BUG: Virtual Keyboard doesn't work with current/updated libs/devkitPPC.
* Updated to latest libogc (2.1.0-1) and devkitPPC (r38-1)
* Convert CRLF line terminators to unix line terminators (like at original SVN repo)
* Sync to DOSBox SVN r4301 (which is > 0.74-3 (r4250))
For more informations about sync r4301 see docs/PORTING_Wii.txt.