Merge pull request #811 from archshift/commonify
Commonify video_core utility headers
This commit is contained in:
commit
0414ad20cb
13 changed files with 17 additions and 16 deletions
|
@ -11,10 +11,10 @@
|
|||
#include <QSpinBox>
|
||||
#include <QComboBox>
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/math.h"
|
||||
#include "common/vector_math.h"
|
||||
|
||||
#include "video_core/debug_utils/debug_utils.h"
|
||||
#include "video_core/pica.h"
|
||||
|
||||
#include "graphics_cmdlists.h"
|
||||
|
||||
|
|
|
@ -9,10 +9,11 @@
|
|||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
|
||||
#include "common/color.h"
|
||||
|
||||
#include "core/hw/gpu.h"
|
||||
#include "core/memory.h"
|
||||
|
||||
#include "video_core/color.h"
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/utils.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue