From 78401f22f42c2ec910dbff82c7a2365f3a6f7a84 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 3 Mar 2025 23:08:40 +0100 Subject: [PATCH] Add new option for recording overlays --- rpcs3/Emu/system_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/system_config.h b/rpcs3/Emu/system_config.h index 7035fff5d0..e96927c8c0 100644 --- a/rpcs3/Emu/system_config.h +++ b/rpcs3/Emu/system_config.h @@ -180,6 +180,7 @@ struct cfg_root : cfg::node 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::_enum 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 {