maxwell_compute.cpp 401 B

1234567891011121314
  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. void MaxwellCompute::CallMethod(u32 method, const std::vector<u32>& parameters) {}
  9. } // namespace Engines
  10. } // namespace Tegra