mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 01:12:24 -07: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