mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 06:41:08 +00:00
Don't show checkbox to enable GPU yet
This commit is contained in:
parent
86d2f681fa
commit
5640277ff7
@ -70,7 +70,8 @@ public:
|
||||
int(Capabilities::MultipleDisplays) |
|
||||
int(Capabilities::CanResizeDisplay) |
|
||||
int(Capabilities::DisplayScale)
|
||||
#if SK_SUPPORT_GPU
|
||||
// TODO enable this when the GPU support is ready
|
||||
#if 0 // SK_SUPPORT_GPU
|
||||
| int(Capabilities::GpuAccelerationSwitch)
|
||||
#endif
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user