Add GetRenderer to core

This commit is contained in:
James Rowe 2019-09-07 16:13:10 -06:00
parent be52d3a7d0
commit d03d201482
3 changed files with 21 additions and 5 deletions

View file

@ -11,6 +11,7 @@
#include "common/logging/log.h"
#include "common/microprofile.h"
#include "common/vector_math.h"
#include "core/core.h"
#include "core/core_timing.h"
#include "core/hle/service/gsp/gsp.h"
#include "core/hw/gpu.h"