I hadn't done an update_all in a while and afterward everything seems to work except for PSX which is black and white and freezes during the PSX logo intro no matter which game I try.
PSX stopped working after update_all
-
- Posts: 190
- Joined: Tue Jan 11, 2022 1:43 am
- Has thanked: 68 times
- Been thanked: 7 times
- Retro-Nerd
- Top Contributor
- Posts: 400
- Joined: Fri Jul 08, 2022 2:47 am
- Has thanked: 16 times
- Been thanked: 112 times
Re: PSX stopped working after update_all
Got to media/fat/config/ and delete all PSX config files. Then boot again.
Re: PSX stopped working after update_all
Just for future reference -- in media/fat/config/ I have the following:
PSX.CFG
PSX.s2
PSX.s3
PSX_gamma.cfg
PSX_scaler.cfg
PSX_shmask.cfg
Do the two non-.cfg files (e.g. with .s2 and .s3 extensions) count as config files that one should erase in a situation such as above?
Thanks,
- dickhardpill
- Top Contributor
- Posts: 379
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 78 times
- Been thanked: 84 times
- Contact:
Re: PSX stopped working after update_all
Code: Select all
zip -m /media/fat/PSX /media/fat/config/PSX*
Will make a compressed copy of config/PSX* on the root of the fat partition and delete the originals upon success.