mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 04:45:47 +00:00
Dynamic State Fixes (#57)
- Forcefully disabled dynamic state extensions if Vulkan reports that the device doesn't support it (need to update UI for this) - Adds some more supported state 3 extensions - Adds back stencil reinterpretation - default to 0 on Android and 1 on desktop Signed-off-by: swurl <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/57 Co-authored-by: swurl <swurl@swurl.xyz> Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
47efb1873b
commit
808276b48a
8 changed files with 45 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
export NDK_CCACHE=$(which ccache)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue