Split graphics out of EmuWindow in preparation of shared contexts
This commit is contained in:
parent
db7a627a2e
commit
c2e7903825
2 changed files with 65 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue