mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 13:08:02 -05:00
gpu: Move GPUVAddr definition to common_types.
This commit is contained in:
@ -13,9 +13,6 @@
|
||||
|
||||
namespace Tegra {
|
||||
|
||||
/// Virtual addresses in the GPU's memory map are 64 bit.
|
||||
using GPUVAddr = u64;
|
||||
|
||||
class MemoryManager final {
|
||||
public:
|
||||
MemoryManager();
|
||||
|
Reference in New Issue
Block a user