If you manually set a sort title on these games the raw string is used which does NOT take into effect that it's 1,2,10 and not 1, 10, 2. We have special logic to pad numbers for you in the title to get it to sort correctly if you aren't using sort title that you have to kinda do manually if you are. For example if using sort title on these games all single digit numbers should have a 0 in front of them. So Game 1 is actually Game 01. This way in string sort 02 and 03 come before 10 (since the 0 is the first character it hits).