gpu: Migrate implementation to the cpp file

This commit is contained in:
ameerj 2021-10-01 00:57:02 -04:00
parent 8bd5742349
commit 427bf76e62
19 changed files with 948 additions and 705 deletions

View file

@ -9,13 +9,13 @@
#include "common/bit_field.h"
#include "common/common_types.h"
#include "video_core/command_classes/sync_manager.h"
namespace Tegra {
class GPU;
class Host1x;
class Nvdec;
class SyncptIncrManager;
class Vic;
enum class ChSubmissionMode : u32 {