1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-25 05:47:45 +00:00

Remove empty dxvkinstaller file

This should really be set up by your Wine installation anyway, and not
your launcher!
This commit is contained in:
Joshua Goins 2022-09-05 16:52:26 -04:00
parent 5a1171fca3
commit 70309ceca1
3 changed files with 0 additions and 17 deletions

View file

@ -1,6 +1,5 @@
set(HEADERS
include/config.h
include/dxvkinstaller.h
include/encryptedarg.h
include/gameinstaller.h
include/headline.h
@ -12,7 +11,6 @@ set(HEADERS
include/steamapi.h)
set(SRC
src/dxvkinstaller.cpp
src/encryptedarg.cpp
src/gameinstaller.cpp
src/headline.cpp

View file

@ -1,10 +0,0 @@
#pragma once
#include <QString>
#include <functional>
class LauncherCore;
class ProfileSettings;
// TODO: convert to a nice signal/slots class like assetupdater
void installDXVK(LauncherCore& launcher, ProfileSettings& profile);

View file

@ -1,5 +0,0 @@
#include "dxvkinstaller.h"
#include "launchercore.h"
void installDXVK(LauncherCore& launcher, ProfileSettings& profile, std::function<void()> returnFunc) {}