mirror of
https://github.com/sal063/AC6_recomp
synced 2026-08-19 22:12:33 -04:00
Optimize active capture path and enable release LTO
This commit is contained in:
@@ -1,14 +1,22 @@
|
||||
# Auto-generated cvar configuration
|
||||
ac6_render_capture = false
|
||||
ac6_timing_hooks_enabled = false
|
||||
ac6_unlock_fps = false
|
||||
ac6_native_graphics_require_capture = false
|
||||
vsync = true
|
||||
guest_vblank_sync_to_refresh = true
|
||||
host_present_from_non_ui_thread = false
|
||||
d3d12_allow_variable_refresh_rate_and_tearing = false
|
||||
log_level = "debug"
|
||||
log_file = "ac6recomp.log"
|
||||
video_mode_width = 1920
|
||||
video_mode_height = 1080
|
||||
resolution = "1080p"
|
||||
direct_host_resolve = false
|
||||
guest_vblank_sync_to_refresh = true
|
||||
window_width = 1920
|
||||
window_height = 1080
|
||||
ac6_effect_log_point_sampler_override = true
|
||||
vfetch_index_rounding_bias = true
|
||||
d3d12_expand_point_sprites_in_vs = true
|
||||
d3d12_debug = true
|
||||
dump_shaders = "shaders"
|
||||
d3d12_dxbc_disasm = true
|
||||
d3d12_dxbc_disasm_dxilconv = true
|
||||
Reference in New Issue
Block a user