citra/src/citra
fearlessTobi f61c9c3eb7 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-25 15:20:40 +02:00
..
emu_window settings: move log code to settings 2018-07-19 08:38:57 +08:00
citra.cpp video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
citra.rc Add manifest 2017-09-02 20:08:11 -04:00
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
config.cpp citra-qt: service: add convenient LLE service module configuration (#3967) 2018-08-09 21:10:11 +02:00
config.h Citra: Convert include into forward declaration 2017-05-27 18:41:24 -07:00
default_ini.h input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
resource.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00