update readme

This commit is contained in:
Daryl Borth 2025-03-22 10:00:01 -06:00
parent 76052c393f
commit b581adce91
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)
{