1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-30 05:50:09 +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

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

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