mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 01:22:33 -07:00
Use spans over guest memory where possible instead of copying data.
This commit is contained in:
@@ -122,6 +122,7 @@ struct PageTable {
|
||||
* corresponding attribute element is of type `Memory`.
|
||||
*/
|
||||
VirtualBuffer<PageInfo> pointers;
|
||||
VirtualBuffer<u64> blocks;
|
||||
|
||||
VirtualBuffer<u64> backing_addr;
|
||||
|
||||
|
Reference in New Issue
Block a user