mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
video_core/memory_manager: Remove unused CopyBlockUnsafe
This function was not being used.
This commit is contained in:
parent
85390839b0
commit
220ba5933c
2 changed files with 0 additions and 8 deletions
|
@ -107,7 +107,6 @@ public:
|
|||
*/
|
||||
void ReadBlockUnsafe(GPUVAddr gpu_src_addr, void* dest_buffer, std::size_t size) const;
|
||||
void WriteBlockUnsafe(GPUVAddr gpu_dest_addr, const void* src_buffer, std::size_t size);
|
||||
void CopyBlockUnsafe(GPUVAddr gpu_dest_addr, GPUVAddr gpu_src_addr, std::size_t size);
|
||||
|
||||
/**
|
||||
* IsGranularRange checks if a gpu region can be simply read with a pointer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue