mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:27:58 -05:00
module: Create BCAT backend based upon Settings value on construction
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
|
||||
namespace Service::BCAT {
|
||||
|
||||
class Backend;
|
||||
|
||||
class Module final {
|
||||
public:
|
||||
class Interface : public ServiceFramework<Interface> {
|
||||
@ -19,6 +21,7 @@ public:
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Module> module;
|
||||
std::unique_ptr<Backend> backend;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user