mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 09:17:51 +00:00
GPU: Make the debug_context variable a member of the frontend instead of a global.
This commit is contained in:
parent
f73fb9de9d
commit
18a9536efa
7 changed files with 40 additions and 19 deletions
|
@ -23,6 +23,10 @@ class ProfilerWidget;
|
|||
class RegistersWidget;
|
||||
class WaitTreeWidget;
|
||||
|
||||
namespace Tegra {
|
||||
class DebugContext;
|
||||
}
|
||||
|
||||
class GMainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -135,6 +139,8 @@ private:
|
|||
|
||||
Ui::MainWindow ui;
|
||||
|
||||
std::shared_ptr<Tegra::DebugContext> debug_context;
|
||||
|
||||
GRenderWindow* render_window;
|
||||
GameList* game_list;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue