rasterizer_interface: Remove unused AccelerateFill operation
This commit is contained in:
parent
13222f94c0
commit
26f8a700a7
3 changed files with 0 additions and 11 deletions
|
@ -49,11 +49,6 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
/// Attempt to use a faster method to fill a region
|
||||
virtual bool AccelerateFill(const void* config) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Attempt to use a faster method to display the framebuffer to screen
|
||||
virtual bool AccelerateDisplay(const Tegra::FramebufferConfig& config, VAddr framebuffer_addr,
|
||||
u32 pixel_stride) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue