Detanup01 / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
274 stars 49 forks source link

achievements sorting in game #71

Open rcyggdra opened 4 weeks ago

rcyggdra commented 4 weeks ago

For example,Metaphor ReFantazio achievement ID sorting,

  "ACHIEVEMENT_18": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_19": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_2": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_20": {
    "earned": true,
    "earned_time": 1729704984
  },
  "ACHIEVEMENT_21": {
    "earned": true,
    "earned_time": 1729704985
  },

Cannot be arranged in numerical order,appears confused when viewing achievements in the game.

Detanup01 commented 4 weeks ago

blame windows for this

Detanup01 commented 2 weeks ago

Like really, sorting usually resolve like this even in your file system, I hate it too. Whoever wants to "fix" this I left it open