yuzu/src
Yuri Kunde Schlesner 6e11570862 Service: Store function names as const char* instead of std::string
Uses less memory (strings and function table is stored in constant data)
and speeds up start up (no need to allocate and copy strings).
2015-02-02 15:37:00 -02:00
..
assets
citra
citra_qt
common
core Service: Store function names as const char* instead of std::string 2015-02-02 15:37:00 -02:00
video_core
CMakeLists.txt