mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 01:28:16 -05:00
rasterizer_interface: Remove unused AccelerateFill operation
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user