citra-shitamoto-network/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 arm: Adios armemu 2015-01-31 20:43:03 -05:00
citra_qt Merge pull request #514 from rohit-n/fix-warnings 2015-02-01 00:31:06 -05:00
common Common: Fix SCOPE_EXIT to actually create unique identifiers. 2015-01-30 11:47:03 -02:00
core Service: Store function names as const char* instead of std::string 2015-02-02 15:37:00 -02:00
video_core Pica: Implement blend factors. 2015-01-31 01:40:05 -05:00
CMakeLists.txt