diff --git a/out/build/win-amd64-relwithdebinfo/ac6recomp.toml b/out/build/win-amd64-relwithdebinfo/ac6recomp.toml new file mode 100644 index 00000000..4e116dd4 --- /dev/null +++ b/out/build/win-amd64-relwithdebinfo/ac6recomp.toml @@ -0,0 +1,14 @@ +# Auto-generated cvar configuration +ac6_render_capture = true +ac6_timing_hooks_enabled = false +log_level = "debug" +log_file = "ac6recomp.log" +video_mode_width = 1920 +video_mode_height = 1080 +resolution = "1080p" +resolution_scale = 2 +direct_host_resolve = false +guest_vblank_sync_to_refresh = true +window_width = 1920 +window_height = 1080 +vfetch_index_rounding_bias = true diff --git a/src/main.cpp b/src/main.cpp index 2c16bdde..e73b7fe5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,6 @@ REXCVAR_DECLARE(bool, ac6_unlock_fps); REXCVAR_DECLARE(bool, ac6_native_graphics_enabled); REXCVAR_DECLARE(bool, ac6_experimental_replay_present); REXCVAR_DECLARE(std::string, ac6_graphics_mode); -REXCVAR_DECLARE(int32_t, resolution_scale); REXCVAR_DECLARE(std::string, log_file); REXCVAR_DECLARE(std::string, log_level); @@ -46,7 +45,6 @@ std::unique_ptr Ac6recompAppCreate(rex::ui::WindowedAppCon // Force SDK logging to a file as well REXCVAR_SET(log_file, "ac6recomp.log"); REXCVAR_SET(log_level, "info"); - REXCVAR_SET(resolution_scale, 1); REXCVAR_SET(ac6_unlock_fps, false); REXLOG_INFO("Ac6recompAppCreate: graphics mode={} replay_present={} capture={}",