Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
985af53a27d9c605b42459b8840ad8a7c824ee40
nvidiaProfileInspector
/
nspector
下载当前目录
E
emoose
Drs: update
GetDrsProgramPath
985af53a
创建于
2025年8月7日
历史提交
文件
最后提交记录
最后更新时间
Common
Drs: update `GetDrsProgramPath`
9 个月前
Images
init
9 年前
Native
Form: handle filtering inside `RefreshCurrentProfile`, handle backspace Fixes momentary flicker when saving profile, also seemed to help with the collapsible groups perf issue, so removed the 250ms wait before applying filter Updated with NVDRS_APPLICATION_V4 from nvapi r575
9 个月前
Properties
NVAPI R570 + .NET FW 4.8.1 + small improvements
1 年前
CustomSettingNames.xml
Settings: show DLSS override version in dropdown/description, and remove unused mark from DLSS-RR preset E. Tries to parse nvngx_config.txt and find the latest override version, displays it in dropdown. Needs testing with systems that have modified nvngx_config (eg. through updating DLSS override with tools), may release test version for it soon.
9 个月前
ListViewEx.cs
Form: add collapsible group headers Collapsed groups will be saved into HiddenGroups.ini next to NVPI exe .NET ListView sadly doesn't support collapsing for some reason, but since it's based on Win32 ListView which does support them, it could be extended to make use of it (still had to add extra code to receive the undocumented notify when user collapses/expands groups though, ugh) With this the settings refresh is a little slower, added something so that search filtering only applies 250ms after user finishes typing, seems to help with that. (if slower machines have issues with this we can always revert or make optional)
9 个月前
Program.cs
additional invariant culture checks for lower case
3 年前
Reference.xml
Settings: add `AlternateNames` element, used in search filter Should make renaming settings less painful in future, added a couple common alt names people have used before
9 个月前
WatermarkTextBox.cs
Form: add search/filter textbox above setting list, improve high-DPI frmDrvSettings AutoScaleDimensions changed to improve high DPI displays
9 个月前
app.config
NVAPI R570 + .NET FW 4.8.1 + small improvements
1 年前
app.manifest
set dpiAware for high DPI setups
9 年前
frmBitEditor.Designer.cs
'Raytracing - (Vulkan RT) enabled' setting added added support for descriptions in CSN added setting name filter (CTRL + F) revert with ESCAPE added devmode view (CTRL + ALT + D) and some fixes
3 年前
frmBitEditor.cs
additional invariant culture checks for lower case
3 年前
frmBitEditor.resx
init
9 年前
frmDrvSettings.Designer.cs
Form: disable text auto-complete in filter textbox Thanks to Astyanax for posting fix on guru3d forums!
9 个月前
frmDrvSettings.cs
Settings: show DLSS override version in dropdown/description, and remove unused mark from DLSS-RR preset E. Tries to parse nvngx_config.txt and find the latest override version, displays it in dropdown. Needs testing with systems that have modified nvngx_config (eg. through updating DLSS override with tools), may release test version for it soon.
9 个月前
frmDrvSettings.resx
'Raytracing - (Vulkan RT) enabled' setting added added support for descriptions in CSN added setting name filter (CTRL + F) revert with ESCAPE added devmode view (CTRL + ALT + D) and some fixes
3 年前
frmExportProfiles.Designer.cs
added option to include predefined settings in export dialog
9 年前
frmExportProfiles.cs
added option to include predefined settings in export dialog
9 年前
frmExportProfiles.resx
added option to include predefined settings in export dialog
9 年前
n1.ico
init
9 年前
nvidiaProfileInspector.csproj
Settings: show DLSS override version in dropdown/description, and remove unused mark from DLSS-RR preset E. Tries to parse nvngx_config.txt and find the latest override version, displays it in dropdown. Needs testing with systems that have modified nvngx_config (eg. through updating DLSS override with tools), may release test version for it soon.
9 个月前