mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-24 21:37:46 +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:
parent
5a1171fca3
commit
70309ceca1
3 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -1,5 +0,0 @@
|
|||
#include "dxvkinstaller.h"
|
||||
|
||||
#include "launchercore.h"
|
||||
|
||||
void installDXVK(LauncherCore& launcher, ProfileSettings& profile, std::function<void()> returnFunc) {}
|
Loading…
Add table
Reference in a new issue