forked from eden-emu/eden
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
|
@ -87,7 +87,7 @@ private:
|
|||
QPushButton* save_surface;
|
||||
|
||||
Source surface_source;
|
||||
Tegra::GPUVAddr surface_address;
|
||||
GPUVAddr surface_address;
|
||||
unsigned surface_width;
|
||||
unsigned surface_height;
|
||||
Tegra::Texture::TextureFormat surface_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue