I need a switch game database with entries that have the title id and title of the game:
010003F003A34000 | Pok茅mon: Let's Go, Pikachu!
Yuzu and the yuzu game wiki must use such a database. Could I have that file?
yuzu gets this info directly from the game itself which means there is no need for a database.
What Morph said is correct. For info on how we do it, I'd suggest looking in our loader code.
@momala454 That database isn't kept extremely up to date.
@quinton-ashley Since this is your second issue on the topic, would you like to join our discord & we could discuss a solution in DMs?
If yuzu doesn't have a database with game info does that mean all the game wiki pages were done seperately?
Also I think I'll use that switchbrew database and fallback on fuzzy searching the title for newer games. Thanks for the help! I'll ask on discord if I have other questions about yuzu in the future.
The game wiki pages are either
1) Auto generated when game compatibility reports are sent (Game name and TID are sent from the yuzu client)
2) Manually made if no game compatibility reports are sent (this is highly unlikely now)
okay good to know. Thank you all!
Most helpful comment
yuzu gets this info directly from the game itself which means there is no need for a database.