From b32d301f19b53eead430f4a872ae0062abcbcab0 Mon Sep 17 00:00:00 2001 From: retro100 Date: Tue, 20 Apr 2021 22:30:50 +0200 Subject: [PATCH] Update README and Install/Compile instructions. --- INSTALL_Wii.md | 1 - README | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL_Wii.md b/INSTALL_Wii.md index a2a08dc..8f65f6e 100644 --- a/INSTALL_Wii.md +++ b/INSTALL_Wii.md @@ -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. diff --git a/README b/README index fc56e11..acea714 100644 --- a/README +++ b/README @@ -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.