yuzu-fork/src
Markus Wick 99a71580c4 gl_shader_cache: Use an u32 for the binding point cache.
The std::string generation with its malloc and free requirement
was a noticeable overhead. Also switch to an ordered_map to
avoid the std::hash call. As those maps usually have a size of
two elements, the lookup time shall not matter.
2018-09-04 21:04:41 +02:00
..
audio_core Update microprofile scopes. 2018-09-04 11:04:26 +02:00
common common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00
core Merge pull request #1237 from degasus/optimizations 2018-09-04 12:16:06 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
video_core gl_shader_cache: Use an u32 for the binding point cache. 2018-09-04 21:04:41 +02:00
yuzu Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs 2018-09-04 11:54:22 -04:00
yuzu_cmd Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs 2018-09-04 11:54:22 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00