yuzu/src
Subv b178089251 Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.
We were unnecessarily clearing the cache when going from Process A -> Idle -> Process A, this caused extreme performance regressions.
2017-09-15 14:26:15 -05:00
..
audio_core CMake: Add SoundTouch include path to target property 2017-05-27 22:09:28 -07:00
citra Fix some spelling mistakes 2017-08-11 19:51:16 +12:00
citra_qt Quickfix typo in OpenGL 3.3 error message 2017-08-04 23:11:27 -04:00
common Merge pull request #2822 from wwylele/sw_lighting-2 2017-08-09 18:54:29 +03:00
core Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. 2017-09-15 14:26:15 -05:00
input_common Fix Spelling/English mistakes 2017-08-14 09:15:39 +12:00
network Added missing parts in libnetwork (#2838) 2017-08-19 11:14:33 -06:00
tests tests: Add tests for vadd 2017-07-23 12:29:51 +01:00
video_core gl_shader_gen: don't call SampleTexture when bump map is not used 2017-08-11 18:35:00 +03:00
web_service web_backend: Specify api-version on JSON post. 2017-07-11 18:34:30 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt web_service: Add CMake flag to enable. 2017-07-11 18:33:41 -04:00