Browse Source

fix msvc

lizzie/inline-gpu-works1
lizzie 1 month ago
parent
commit
f67d51b22e
  1. 7
      src/video_core/host1x/host1x.h
  2. 2
      src/video_core/host1x/vic.h

7
src/video_core/host1x/host1x.h

@ -12,14 +12,15 @@
#include "common/common_types.h" #include "common/common_types.h"
// fd types?
#include "video_core/host1x/nvdec.h"
#include "video_core/host1x/vic.h"
#include "common/address_space.h" #include "common/address_space.h"
#include "video_core/cdma_pusher.h" #include "video_core/cdma_pusher.h"
#include "video_core/host1x/gpu_device_memory_manager.h" #include "video_core/host1x/gpu_device_memory_manager.h"
#include "video_core/host1x/syncpoint_manager.h" #include "video_core/host1x/syncpoint_manager.h"
#include "video_core/memory_manager.h" #include "video_core/memory_manager.h"
// fd types?
#include "video_core/host1x/nvdec.h"
#include "video_core/host1x/vic.h"
namespace Core { namespace Core {
class System; class System;

2
src/video_core/host1x/vic.h

@ -15,7 +15,7 @@
#include "common/common_types.h" #include "common/common_types.h"
#include "common/scratch_buffer.h" #include "common/scratch_buffer.h"
#include "video_core/cdma_pusher.h" #include "video_core/cdma_pusher.h"
#include "video_core/host1x/host1x.h"
#include "video_core/host1x/ffmpeg.h"
namespace Tegra::Host1x { namespace Tegra::Host1x {
class Host1x; class Host1x;

Loading…
Cancel
Save