yuzu/src
Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class
Makes the global a member of the RendererBase class. We also change this
to be a reference. Passing any form of null pointer to these functions
is incorrect entirely, especially given the code itself assumes that the
pointer would always be in a valid state.

This also makes it easier to follow the lifecycle of instances being
used, as we explicitly interact the renderer with the rasterizer, rather
than it just operating on a global pointer.
2018-08-01 21:40:30 -04:00
..
audio_core audio_core: Add configuration settings. 2018-07-31 22:38:42 -04:00
common Merge pull request #864 from FearlessTobi/port-3973 2018-07-31 09:34:23 -07:00
core video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -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 video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
yuzu video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
yuzu_cmd video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -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