dsda: default scale 2

This commit is contained in:
feos 2025-05-22 23:51:29 +03:00
parent dce6253c8a
commit fe3d45bb97
2 changed files with 1 additions and 3 deletions

View File

@ -113,7 +113,7 @@ namespace BizHawk.Client.Common
private Dictionary<string, int> TargetZoomFactors { get; set; } = new()
{
[VSystemID.Raw.Doom] = 1,
[VSystemID.Raw.Doom] = 2,
[VSystemID.Raw.GB] = 3,
[VSystemID.Raw.GBA] = 3,
[VSystemID.Raw.GBC] = 3,

View File

@ -100,9 +100,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom
+ $"dsda_coordinate_display {(_settings.DisplayCoordinates ? 1 : 0)}\n"
+ $"dsda_command_display { (_settings.DisplayCommands ? 1 : 0)}\n"
+ $"render_wipescreen { (_syncSettings.RenderWipescreen ? 1 : 0)}\n"
+ "render_stretchsky 0\n"
+ "boom_translucent_sprites 0\n"
+ "render_doom_lightmaps 1\n"
+ "render_aspect 3\n" // 4:3, controls FOV on higher resolutions (see SetRatio() in the core)
+ "render_stretch_hud 0\n"
+ "uncapped_framerate 0\n"