From 9d592044030e5e2f72f92da2df6ccdac79777705 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Mon, 25 Sep 2023 15:03:04 +0000 Subject: [PATCH 1/3] ferrum: disable AMCUS replacement class by default --- dist/ferrum/bananatools.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ferrum/bananatools.ini b/dist/ferrum/bananatools.ini index c90edb7..b5583ec 100644 --- a/dist/ferrum/bananatools.ini +++ b/dist/ferrum/bananatools.ini @@ -30,7 +30,7 @@ systemVersion=PKF100-1-NA-SYS0-A01 ; Control the AMCUS replacement class [amcus] -enable=1 +enable=0 game_id=SDAK game_cd=PKF1 am_game_ver=1.00 From 9b23de8d8958570fc64b23b3835c3e7c638854a9 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Mon, 25 Sep 2023 15:07:25 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a56eba9..9ce36bc 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,17 @@ Project is very WIP at the moment, please excuse the mess! Based on [segatools](https://github.com/djhackersdev/segatools) ## Features -* AMAuthd and Muchad emulation +* Drag and drop setup +* AMAuthd emulation (for releases that don't come with an AMCUS folder) * Dongle emulation -* ~~Card R/W emulation~~ WIP +* Card Reader emulation +* DNS Redirects +* Virtual filesystem ## Games Supported ### Pokken Tournament -* [A** (2018 final online build)](doc/ferrumhook.md) +* [25.03 (IO3) (Final online build)](doc/ferrumhook.md) ### Taiko no Tatsujin * Nijiro ver 8.18. From 99a79470aca193e3bdf3f5fcb37c3b833b40f390 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Mon, 25 Sep 2023 15:08:32 +0000 Subject: [PATCH 3/3] Update doc/ferrumhook.md --- doc/ferrumhook.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ferrumhook.md b/doc/ferrumhook.md index 8454477..d2d5b44 100644 --- a/doc/ferrumhook.md +++ b/doc/ferrumhook.md @@ -2,7 +2,7 @@ # Supported games -* Pokken Tournamen A** +* 25.03 (I03) ## General remarks @@ -14,4 +14,6 @@ ## Known issues * gfxhook doesn't work as the dxgi/dx11 hooks are currently non-functional. -* Networking functionality is untested \ No newline at end of file + +## Setup +TODO \ No newline at end of file