Update src/core/frontend/emu_window.h
clang-format Co-authored-by: BreadFish64 <mohror64@gmail.com>
This commit is contained in:
parent
ff81fb04b4
commit
ce441237cf
|
@ -114,12 +114,12 @@ public:
|
|||
/**
|
||||
* Save current GraphicsContext.
|
||||
*/
|
||||
virtual void SaveContext() {};
|
||||
virtual void SaveContext(){};
|
||||
|
||||
/**
|
||||
* Restore saved GraphicsContext.
|
||||
*/
|
||||
virtual void RestoreContext() {};
|
||||
virtual void RestoreContext(){};
|
||||
|
||||
/**
|
||||
* Signal that a touch pressed event has occurred (e.g. mouse click pressed)
|
||||
|
|
Reference in New Issue