Multidiscs problem
pascl opened this issue · 3 comments
When you have to change discs, there is something wrong.
More discs than expected are displayed for a game when you press the open button. The current disc is not the first one as expected on the screen.
There was a bug in db creation. 7d8c7dc
But, there is still a problem.
Changing disc displays one more disc than possible, the current one (supposed to be 1st) is the 2nd one on the screen, and you have to select the 3rd to go to disc 2 (the 2nd to go back to 1st disc).
For 4 discs games (tested with FF8), the "disc change" UI doesn't appear, and only the pcsx menu appears.
It works well (as it should with the good number of discs) with internal games.
The wrong number of discs on the UI is dependent of the presence of the .pcsx folder.
Move all these folders in other directories (for example, creating a saves folder at the same level of the games folder) resolve this.
BleemSync1.1 seems to have this problem solved.