-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement XIV & GShade path localisation procedures
This commit integrates a few procedures for figuring out the paths for the XIV game directory, and the GShade installation directory. Issue #1 on GitHub will benefit from this update. ----------------------------------------------------------------------- XIV --- 1. Attempt to retrieve value from the GShade registry key. 2. Attempt to check the default non-Steam installation path. 3. Attempt to check the current working directory. GSHADE ------ 1. Attempt to retrieve value from the GShade registry key. 2. Attempt to check the default Program Files installation path. ----------------------------------------------------------------------- Signed-off-by: Emilian Roman <git@miris.design>
- Loading branch information
1 parent
b149c16
commit 9ccec08
Showing
2 changed files
with
122 additions
and
3 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