Commit de095ded authored by Lioncash's avatar Lioncash
Browse files

yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry()

While GetFileType() is indeed a getter function, that doesn't mean it's
a trivial function, given some case require reading from the data or
constructing other objects in the background. Instead, only do necessary
work once.
parent de323851
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment