mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 05:27:53 +00:00
SMMU: Simplify and remove old code.
This commit is contained in:
parent
355bbea52d
commit
43de47538a
3 changed files with 13 additions and 71 deletions
|
@ -14,7 +14,6 @@ namespace Tegra {
|
|||
struct MaxwellDeviceMethods;
|
||||
|
||||
struct MaxwellDeviceTraits {
|
||||
static constexpr bool supports_pinning = false;
|
||||
static constexpr size_t device_virtual_bits = 34;
|
||||
using DeviceInterface = typename VideoCore::RasterizerInterface;
|
||||
using DeviceMethods = MaxwellDeviceMethods;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue