mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Settings: Enable hot-reloading of Output Scaling
This commit is contained in:
parent
44421920b3
commit
a78117e094
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ struct cfg_root : cfg::node
|
||||||
cfg::_bool decr_memory_layout{ this, "DECR memory layout", false}; // Force enable increased allowed main memory range as DECR console
|
cfg::_bool decr_memory_layout{ this, "DECR memory layout", false}; // Force enable increased allowed main memory range as DECR console
|
||||||
cfg::_bool host_label_synchronization{ this, "Allow Host GPU Labels", false };
|
cfg::_bool host_label_synchronization{ this, "Allow Host GPU Labels", false };
|
||||||
cfg::_bool disable_msl_fast_math{ this, "Disable MSL Fast Math", false };
|
cfg::_bool disable_msl_fast_math{ this, "Disable MSL Fast Math", false };
|
||||||
cfg::_enum<output_scaling_mode> output_scaling{ this, "Output Scaling Mode", output_scaling_mode::bilinear };
|
cfg::_enum<output_scaling_mode> output_scaling{ this, "Output Scaling Mode", output_scaling_mode::bilinear, true };
|
||||||
|
|
||||||
struct node_vk : cfg::node
|
struct node_vk : cfg::node
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue