mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 05:50:08 +00:00
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)
|
||||
|
Loading…
Reference in New Issue
Block a user