aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-11-22 22:01:10 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-11-22 22:01:10 +0100
commit44d8d7fa77ad7370b3cde7faf59134ce50ad0c59 (patch)
tree12bce23e7f66d21a1c3b2e61567667fa9377fa89 /src/main.c
parent31c9d3590337f612662cfbe542c80e96c84299a0 (diff)
downloadpolecat-44d8d7fa77ad7370b3cde7faf59134ce50ad0c59.tar.gz
polecat-44d8d7fa77ad7370b3cde7faf59134ce50ad0c59.zip
implement DXVK functionality, renamed installed to list-installed, […]0.1.7
- main DXVK functionality implemented, installing (etc.) can be done now this adds a dependency on the system installed wine to modify the registry but that isn't too huge of an issue right now - <command> installed has been renamed to <command> list-installed to be more user friendly - comments have been improved
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 330267c..352694f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,9 +12,7 @@
const static struct Command main_commands[] = {
{ .name = "wine", .func = wine, .description = "manage wine versions" },
-#ifdef DEBUG
- { .name = "dxvk", .func = dxvk, .description = "manage dxvk versions" },
-#endif
+ { .name = "dxvk", .func = dxvk, .description = "manage DXVK versions" },
{ .name = "lutris", .func = lutris, .description = "run lutris instraller"},
{ .name = "env", .func = main_env, .description = "show some information about polecat" },
};