-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change defaults for Write INI File. Add help for Write INI File. Fix SetCursorPos test in DXGL Test. Remove beta tag for release. git-svn-id: https://www.williamfeely.info/svn/dxgl@825 8a90861a-4eca-46d5-b744-240ff16d0c4d
- Loading branch information
1 parent
72bb0a8
commit 9b16ac2
Showing
13 changed files
with
69 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<p><img class="alignnone size-full wp-image-427" src="images/dxglcfg-saveini.png" alt="Save .ini File" width="285" height="179" /></p> | ||
<p>Saves a .ini file called dxgl.ini in the profile’s folder. You may need to launch DXGL Config as administrator in order to use this feature. The .ini file will contain all profile-specific settings. This does not currently allow saving a .ini file for the Global profile.</p> | ||
<p>For more information about dxgl.ini files, please refer to the example configuration file dxgl-example.ini in the DXGL installation folder.</p> | ||
<p><em>This function is available in DXGL 0.5.14 and up.</em></p> | ||
<p>The following functions will affect the saved .ini file:</p> | ||
<h3>Don’t write application profile to registry</h3> | ||
<p>Adds an option to the .ini file that prevents DXGL from automatically creating a profile for the application. This option is recommended when distributing DXGL with a third-party application or game.</p> | ||
<h3>Override global registry settings</h3> | ||
<p>Adds an option to the .ini file that suppresses loading of the “Global” profile when initializing DXGL. Profile-specific settings will still override .ini settings.</p> | ||
<h3>Prevent DXGL Config from overwriting ddraw.dll</h3> | ||
<p>Add an option to the .ini file that prevents DXGL Config from overwriting the ddraw.dll file in the folder where the .ini file resides. This will take effect regardless of whether the ddraw.dll file is from DXGL. This option can be useful for software distributed via clients like Steam where the file’s contents are managed by the client.</p> | ||
<h3>Save SHA-256 signature of existing ddraw.dll</h3> | ||
<p>If a copy of ddraw.dll is in the profile folder, DXGL Config will calculate its SHA-256 signature and save the results in the .ini file. When DXGL Config creates a profile or DXGL is updated, DXGL will check the SHA-256 signature of the existing ddraw.dll file, and if it matches, back it up to ddraw.dll.dxgl-backup. When removing a profile or uninstalling DXGL, the backup file will be restored back to ddraw.dll unless “Prevent DXGL Config from deleting ddraw.dll” is set. This option is recommended when distributing DXGL with a third-party application or game.</p> | ||
<h3>Prevent DXGL Config from deleting ddraw.dll</h3> | ||
<p>Prevents DXGL Config or DXGL uninstallation from deleting the ddraw.dll file in the profile folder. If a backup file is present, the user will have to manually copy it back to ddraw.dll.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Write INI file... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters