narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
885 stars 67 forks source link

Couldn't load all setting.ini #188

Closed godking232 closed 1 year ago

godking232 commented 1 year ago

hi,when i use shift+f11 in the game ,the menu just show a little settings ,just like below AlternatePixelCenter = on BltFilter = bilinear /# Antialiasing = off DisplayFilter = bilinear(14) /# FontAntialiasing = app /# FpsLimiter = off /# RenderColorDepth = app ResolutionScale = app(4) ResolutionScaleFilter = bilinear /# SpriteDetection = off /# SpriteFilter = app /# SpriteTexCoord = app /# TextureFilter = app /# VSync = app why not show the others,just like "SoftwareDevice" eg.

appreciately

narzoul commented 1 year ago

Settings like SoftwareDevice are not shown because they would require an application restart to take effect anyway. The overlay only shows settings that can be changed without restarting the application, and that have an immediately visible effect, in order to allow previewing those settings in-game.

godking232 commented 1 year ago

got it tks