[XBOX] Move NV2A XGPU definitions into header file

TODO: helper functions should be also moved. CORE-16216
This commit is contained in:
Stanislav Motylkov 2020-08-26 16:58:01 +03:00
parent f420f2e5df
commit 2a77e359e4
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
10 changed files with 50 additions and 42 deletions

View file

@ -10,7 +10,7 @@
#if defined(SARCH_PC98)
#include "i386/pc98/pc98.h"
#elif defined(SARCH_XBOX)
#include "i386/xbox/nv2a.h"
#include "i386/xbox/xbox.h"
#else
#include "i386/pc/vga.h"
#include "i386/pc/pc.h"