mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
sys_fs: Fixed up sys_fs_fcntl(0xc0000007) aka cellFsArcadeHddSerialNumber according to real hardware testing
This commit is contained in:
parent
94bb75fb7c
commit
0b829be798
3 changed files with 13 additions and 22 deletions
|
|
@ -334,7 +334,7 @@ void usb_device_usio::translate_input_tekken()
|
|||
}
|
||||
break;
|
||||
case usio_btn::down:
|
||||
if ( pressed)
|
||||
if (pressed)
|
||||
{
|
||||
digital_input |= 0x100000ULL << shift;
|
||||
if (player == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue