sys_fs: Fixed up sys_fs_fcntl(0xc0000007) aka cellFsArcadeHddSerialNumber according to real hardware testing

This commit is contained in:
brian218 2023-07-26 17:36:44 +08:00 committed by Elad Ashkenazi
parent 94bb75fb7c
commit 0b829be798
3 changed files with 13 additions and 22 deletions

View file

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