mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 00:17:56 -05:00
configure_network: Remove BCAT
This commit is contained in:
@ -25,10 +25,5 @@ public:
|
||||
private:
|
||||
void SetConfiguration();
|
||||
|
||||
std::pair<QString, QString> BCATDownloadEvents();
|
||||
void OnBCATImplChanged();
|
||||
void OnUpdateBCATEmptyLabel(std::pair<QString, QString> string);
|
||||
|
||||
std::unique_ptr<Ui::ConfigureNetwork> ui;
|
||||
QFutureWatcher<std::pair<QString, QString>> watcher{this};
|
||||
};
|
||||
|
Reference in New Issue
Block a user