suyu/src
Lioncash d92e8ab062 gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader()
Avoids performing unnecessary copies of 65560 byte sized ShaderSetup
instances, considering it's only used as part of lookup and not
modified.

Given the parameters were already const, it's likely taking these
parameters by reference was intended but the ampersand was forgotten.
2018-08-02 11:09:46 -04:00
..
audio_core audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype 2018-08-02 05:18:32 -04:00
common Merge pull request #888 from lioncash/caps 2018-08-01 21:34:28 -04:00
core Merge pull request #888 from lioncash/caps 2018-08-01 21:34:28 -04:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() 2018-08-02 11:09:46 -04:00
yuzu audio_core: Add configuration settings. 2018-07-31 22:38:42 -04:00
yuzu_cmd audio_core: Add configuration settings. 2018-07-31 22:38:42 -04:00
.clang-format
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00