suyu-mirror/src
Markus Wick c560043581 rasterizer: Drop unused handler.
This virtual function is called in a very hot spot, and it does nothing.

If this kind of feature is required, please be more specific and add callbacks
in the switch statement within Maxwell3D::WriteReg. There is no point in having
another switch statement within the rasterizer.
2018-09-10 22:03:10 +07:00
..
audio_core audio_renderer: Rename AudioOut instance to audio_out 2018-09-08 16:50:12 +07:00
common Better Title Bar Display 2018-09-07 11:54:51 +07:00
core Merge pull request #1276 from FearlessTobi/fix-stupid-stub 2018-09-09 22:31:04 +07:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 +07:00
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 +07:00
video_core rasterizer: Drop unused handler. 2018-09-10 22:03:10 +07:00
yuzu game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const reference 2018-09-09 19:46:07 +07:00
yuzu_cmd Merge pull request #1258 from tgsm/fix-sdl-logging 2018-09-09 22:34:23 +07: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 +07:00