Yuzu: Could I have the database yuzu uses to get game info?

Created on 1 Mar 2020  路  8Comments  路  Source: yuzu-emu/yuzu

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?

Most helpful comment

yuzu gets this info directly from the game itself which means there is no need for a database.

All 8 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

igorquintaes picture igorquintaes  路  6Comments

CptFoda-se picture CptFoda-se  路  3Comments

Kewlan picture Kewlan  路  6Comments

JoseGuzmanHN picture JoseGuzmanHN  路  3Comments

benderscruffy picture benderscruffy  路  4Comments