plaidman / retromega-next

Other
35 stars 11 forks source link

Random game not selected correctly #6

Closed alexb78 closed 2 years ago

alexb78 commented 2 years ago

The random function allows to select a random game from the games list. However the random game is not selected correctly because pressing UP or DOWN again jumps back and X opens the game selected previously. Would really appreciate if you could fix this, Thanks for the great work!

plaidman commented 2 years ago

Yep, you're right. I see the issue exactly. This will be fixed in the next release

plaidman commented 2 years ago

in the mean time, if you want a quick fix yourself, you can change this line to updateGameIndex(randomIndex);

I'll leave this issue open until the fix is in the next release

alexb78 commented 2 years ago

Thank you for that quick resolution. It is working fine now.