From 44d8d7fa77ad7370b3cde7faf59134ce50ad0c59 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 22 Nov 2020 22:01:10 +0100 Subject: implement DXVK functionality, renamed installed to list-installed, […] - 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 - installed has been renamed to list-installed to be more user friendly - comments have been improved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.c') 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" }, }; -- cgit v1.2.3