psxbios : Fix a few mistakes :
authorgameblabla <gameblabla@openmailbox.org>
Sat, 20 Jul 2019 23:26:10 +0000 (01:26 +0200)
committergameblabla <gameblabla@openmailbox.org>
Sat, 20 Jul 2019 23:26:10 +0000 (01:26 +0200)
commit44e9fa8b2308539ad19fb948d64e2339adb7835a
tree16cff7688b120dd5a18300b25b4856bfccee2568
parent8254b5a7f550a9f859ce2211560d8ca2f12a32ca
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.
libpcsxcore/psxbios.c