So we all love our default_speciak.ini for global injection, but that applies to all display APIs.
What I’m asking for is a default .ini that only applies to certain apis, in my example I’ll use DX9.
So my current default_specialk.ini is tailored around DX11/12 games, since they’re mostly what I play. Here is the ini below for reference:
[Window.System]
RenderInBackground=true
Borderless=true
Fullscreen=true[Render.FrameRate]
TargetFPS=60.0
PresentationInterval=0[Display.Output]
ForceWindowed=true[SpecialK.System]
LogLevel=0
Silent=true
While I love RenderInBackground=true for DX11/12; for DX9 games I rather manually add it; as in it’s current state it’s a bit hit or miss.
With a default for DX9 games only (global injection), I’m not good at naming; I’d create the same ini file but without the RenderInBackground line; so DX9 games don’t have it added to their .ini.
This is a small QOL change. Would be nice.
This way we can have a default_speciak_api.ini for DX9, DX11, DX12; all with a few different settings making life just that much better!
That is all, thank you!