mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-03 08:47:54 -05:00
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
This commit is contained in:
@ -133,8 +133,8 @@ struct BufferImageCopy {
|
||||
};
|
||||
|
||||
struct BufferCopy {
|
||||
size_t src_offset;
|
||||
size_t dst_offset;
|
||||
u64 src_offset;
|
||||
u64 dst_offset;
|
||||
size_t size;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user