mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-04-07 17:56:35 +02:00
update readme
This commit is contained in:
parent
76052c393f
commit
b581adce91
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user