From b581adce917400027ad1b2ecbf2c08c9932bc8f2 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Sat, 22 Mar 2025 10:00:01 -0600 Subject: [PATCH] update readme --- README.md | 6 ++++++ source/utils/mayflash.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f3629c..c9d1cb3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ Wii homebrew is WiiBrew (www.wiibrew.org). ## UPDATE HISTORY +[4.5.6] + +* Compiled with latest devkitPPC/libogc2 +* Added support for the Mayflash MF105 adapter (thanks Tyler Sanders!) +* Added upstream SRAM/ExtHiROM fixes from Snes9x + [4.5.5 - March 30, 2024] * Added 2xBR, 2xBR-lv1 and DDT video filters (Hyllian) * Compiled with latest devkitPPC/libogc diff --git a/source/utils/mayflash.c b/source/utils/mayflash.c index f3ba5c8..f8a9afa 100644 --- a/source/utils/mayflash.c +++ b/source/utils/mayflash.c @@ -14,7 +14,7 @@ static u8 endpoint = 0; static u8 secondEndpoint = 0; //Need to keep track of 2 endpoints, since MF105 enumerates as 2 devices static u8 bMaxPacketSize = 0; //Size of usb HID packets sent by device static u32 jpMayflash[2]; //Array containing inputs for player 1 (index 0) and player 2 (index 1) -static s8 mayflashDeviceType = -1; //-1 for unkown/uninitialized, 0 for PC044, 1 for MF105 +static s8 mayflashDeviceType = -1; //-1 for unknown/uninitialized, 0 for PC044, 1 for MF105 static bool isMayflashGamepad(usb_device_entry dev) {