mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
rasterizer_interface: Remove unused AccelerateFill operation
This commit is contained in:
parent
74a039d0bc
commit
14098c39af
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