diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-25 18:04:22 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-25 20:06:21 -0400 |
commit | cbb146069a7b20d5687d5d163fd1400af3151485 (patch) | |
tree | 09f317f648af4402121d9cd86e92ac8c54b8517a /src/common/file_util.cpp | |
parent | 57616f9758a23bbb9d1f7c5797c2831926004e49 (diff) |
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.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions