mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
TEST: Skip AccelerateConditionalRendering()
This commit is contained in:
parent
7b23cd0df4
commit
dae0f7bebf
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public:
|
||||||
virtual void TickFrame() = 0;
|
virtual void TickFrame() = 0;
|
||||||
|
|
||||||
virtual bool AccelerateConditionalRendering() {
|
virtual bool AccelerateConditionalRendering() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Attempt to use a faster method to perform a surface copy
|
/// Attempt to use a faster method to perform a surface copy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue