1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-03 21:26:34 +00:00

Address feedback by wwylele

This commit is contained in:
fearlessTobi 2018-07-30 14:46:13 +02:00
parent 71e1d6e25d
commit 15abf35889
2 changed files with 2 additions and 0 deletions
src/video_core/renderer_opengl

View file

@ -11,6 +11,7 @@
#include "common/alignment.h"
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/microprofile.h"
#include "common/scope_exit.h"
#include "common/vector_math.h"

View file

@ -18,6 +18,7 @@
#include "common/bit_field.h"
#include "common/color.h"
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/microprofile.h"
#include "common/scope_exit.h"
#include "common/vector_math.h"