Split graphics out of EmuWindow in preparation of shared contexts
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
|
||||
namespace Frontend {
|
||||
|
||||
GraphicsContext::~GraphicsContext() = default;
|
||||
|
||||
class EmuWindow::TouchState : public Input::Factory<Input::TouchDevice>,
|
||||
public std::enable_shared_from_this<TouchState> {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user