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