Skip to content

Commit

Permalink
Settings: Add missing bitfield width
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 23, 2024
1 parent 00278fa commit 33083cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ struct GPUSettings
bool dump_c16_textures : 1 = false;
bool reduce_palette_range : 1 = true;
bool convert_copies_to_writes : 1 = false;
bool replacement_scale_linear_filter = false;
bool replacement_scale_linear_filter : 1 = false;

u32 max_hash_cache_entries = DEFAULT_MAX_HASH_CACHE_ENTRIES;
u32 max_hash_cache_vram_usage_mb = DEFAULT_MAX_HASH_CACHE_VRAM_USAGE_MB;
Expand Down

0 comments on commit 33083cf

Please sign in to comment.