citra-qt: service: add convenient LLE service module configuration (#3967)
* citra-qt: service: add convenient LLE service module configuration * fix SDL settings * unexpose AttemptLLE * static * fix array includes * use default with writesetting
This commit is contained in:
parent
dceb4150a8
commit
d09646ab9d
11 changed files with 171 additions and 40 deletions
15
src/citra_qt/debugger/lle_service_modules.h
Normal file
15
src/citra_qt/debugger/lle_service_modules.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright 2018 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QDockWidget>
|
||||
|
||||
class LLEServiceModulesWidget : public QDockWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit LLEServiceModulesWidget(QWidget* parent = nullptr);
|
||||
~LLEServiceModulesWidget();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue