maxwell_compute.cpp 318 B

12345678910111213
  1. // Copyright 2018 yuzu Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #include "video_core/engines/maxwell_compute.h"
  5. namespace Tegra {
  6. namespace Engines {
  7. void MaxwellCompute::WriteReg(u32 method, u32 value) {}
  8. } // namespace Engines
  9. } // namespace Tegra