Skip to content

Commit

Permalink
graphical_restrictions.xml: Remove restrictions for Android Emulator (#…
Browse files Browse the repository at this point in the history
…5170)

Android Emulator supports proper hardware acceleration nowadays, we shouldn't be forcing the legacy pipeline if it's not needed.
  • Loading branch information
qwertychouskie authored Nov 2, 2024
1 parent 721018c commit 3f7958b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/graphical_restrictions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<card os="android" disable="ColorBufferFloat"/>
<card os="android" disable="TextureCompressionS3TC"/>
<card contains="Adreno" os="android" version="<=19" disable="VertexIdWorking"/>
<card contains="Android Emulator" os="android" disable="ForceLegacyDevice"/>
<card contains="Android Emulator" os="android" disable="NpotTextures"/>
<card contains="Apple Software Renderer" os="ios" disable="ForceLegacyDevice"/>
<card contains="Apple Software Renderer" os="ios" disable="NpotTextures"/>
<card vendor="Broadcom" os="linux" disable="HighDefinitionTextures256"/>
Expand Down

0 comments on commit 3f7958b

Please sign in to comment.