mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
VideoCommon: Add option to use old behavior (Fast Texture Sampling)
Co-authored-by: JosJuice <josjuice@gmail.com>
This commit is contained in:
parent
ee80298ca4
commit
93eea7cb13
12 changed files with 46 additions and 1 deletions
|
@ -169,6 +169,7 @@ union ShaderHostConfig
|
|||
BitField<21, 1, bool, u32> backend_logic_op;
|
||||
BitField<22, 1, bool, u32> backend_palette_conversion;
|
||||
BitField<23, 1, bool, u32> enable_validation_layer;
|
||||
BitField<24, 1, bool, u32> manual_texture_sampling;
|
||||
|
||||
static ShaderHostConfig GetCurrent();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue