Skip to content
Snippets Groups Projects
Commit cbb14606 authored by Lioncash's avatar Lioncash
Browse files

yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS()

This can cause warnings about static constructors, and is also not ideal
performance-wise due to the indirection through std::function. This also
keeps the behavior itself separate from the surrounding code, which can
make it nicer to read, due to the size of the code.
parent 57616f97
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment