From: gameblabla Date: Sat, 20 Jul 2019 23:26:10 +0000 (+0200) Subject: psxbios : Fix a few mistakes : X-Git-Tag: r23~156^2~13 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e9fa8b2308539ad19fb948d64e2339adb7835a;hp=44e9fa8b2308539ad19fb948d64e2339adb7835a;p=pcsx_rearmed.git psxbios : Fix a few mistakes : - Remove extra ffile, pfile.. as it is declared elsewhere. - Remove extra condition as it's already being handled by pad_stopped. - Remove n variable from function (pcsx4all did this) as it's useless and documentation doesn't seem to specify it's needed. ---