Documentation ¶
Overview ¶
Package dll contains dll-handling code, specifically for "enabling" and "disabling" them in a wine env.
Index ¶
Constants ¶
View Source
const DxvkKind = "dxvk"
View Source
const DxvkReleaseURL = "https://api.github.com/repos/doitsujin/dxvk/releases"
View Source
const Vkd3dKind = "vkd3d-proton"
View Source
const Vkd3dReleaseURL = "https://api.github.com/repos/HansKristian-Work/vkd3d-proton/releases"
Variables ¶
This section is empty.
Functions ¶
func DisableAll ¶
DisableAll disables all DLLs of a given kind. This includes restoring any original DLLs that were backed up.
func EnableAll ¶
EnableAll enables all DLLs of a given kind. This includes backing up any original DLLs that may exist.
func IsFile ¶
IsFile returns true after a given path has been reasobaly checked to be an actual file and not a directory or symlink.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.