GPU: Macros are specific to the Maxwell3D engine, so handle them internally.

This commit is contained in:
Subv
2018-03-18 03:13:22 -05:00
parent 29981fa2eb
commit 7ac8657432
8 changed files with 56 additions and 64 deletions

View File

@ -8,7 +8,6 @@ namespace Tegra {
namespace Engines {
void Fermi2D::WriteReg(u32 method, u32 value) {}
void Fermi2D::CallMethod(u32 method, const std::vector<u32>& parameters) {}
} // namespace Engines
} // namespace Tegra