mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Add new option for recording overlays
This commit is contained in:
parent
d9677e7c87
commit
37b8181e9e
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ struct cfg_root : cfg::node
|
||||||
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::_bool disable_async_host_memory_manager{ this, "Disable Asynchronous Memory Manager", false, true };
|
cfg::_bool disable_async_host_memory_manager{ this, "Disable Asynchronous Memory Manager", false, true };
|
||||||
cfg::_enum<output_scaling_mode> output_scaling{ this, "Output Scaling Mode", output_scaling_mode::bilinear, true };
|
cfg::_enum<output_scaling_mode> output_scaling{ this, "Output Scaling Mode", output_scaling_mode::bilinear, true };
|
||||||
|
cfg::_bool record_with_overlays{ this, "Record With Overlays", true, true };
|
||||||
|
|
||||||
struct node_vk : cfg::node
|
struct node_vk : cfg::node
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue