Browse Source

[video_core, dma] Added _mm_prefetcg for Windows builds

pull/3296/head
CamilleLaVey 4 weeks ago
committed by lizzie
parent
commit
1b35afdca3
  1. 4
      src/video_core/dma_pusher.cpp

4
src/video_core/dma_pusher.cpp

@ -14,6 +14,10 @@
#include "video_core/rasterizer_interface.h"
#include "video_core/texture_cache/util.h"
#ifdef _MSC_VER
#include <intrin.h>
#endif
namespace Tegra {
constexpr u32 MacroRegistersStart = 0xE00;

Loading…
Cancel
Save