yuzu/src
Lioncash cbb146069a 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.
2018-09-25 20:06:21 -04:00
..
audio_core Added audren:u#GetAudioRendererState 2018-09-23 22:32:01 +10:00
common Merge pull request #1365 from DarkLordZach/lfs 2018-09-25 16:59:44 -04:00
core vfs/etc: Append std:: to size_t usages 2018-09-25 20:06:21 -04:00
input_common
tests
video_core Added glObjectLabels for renderdoc for textures and shader programs (#1384) 2018-09-23 17:55:41 -04:00
yuzu yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS() 2018-09-25 20:06:21 -04:00
yuzu_cmd Update config.cpp 2018-09-21 16:16:51 -05:00
.clang-format
CMakeLists.txt