sandungas
Developer
I think the easyest way is by doing this, inside registory.xmlThe issue is that they are sorted by install date normally, this is fine if you only have a couple of games, but very annoying if you have a lot of games as it makes it hard to find anything as they might as well be randomly arranged.
There is no option on OFW to sort by name..
Original
Code:
<Pair key="format_ascend"><String>sort=-Game:Common.stat.rating+Game:Game.gameCategory-Game:Common.timeCreated+Game:Common.titleForSort</String></Pair>
Code:
<Pair key="format_ascend"><String>sort=-Game:Common.stat.rating+Game:Game.gameCategory+Game:Common.titleForSort</String></Pair>
The search should still work because the last condition is still searching for "Game:Common.titleForSort". The "titleForSort" is an string derived from the "title" (a weird process to make them unique that results in some weird names)
Incase the games are ordered too weird (as a result of that weird string conversion), you could replace "Game:Common.titleForSort" by "Game:Common.title"
The "title" is the exact same string taken from the TITLE of the PARAM.SFO
Last edited:

I like how it's dual function too! 