mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 22:35:45 +00:00
gpu: Move GPUVAddr definition to common_types.
This commit is contained in:
parent
43b83d6b6a
commit
241563d15c
17 changed files with 31 additions and 39 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue