summaryrefslogtreecommitdiffstats
path: root/src/common/src/emu_window.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-02 00:20:08 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-02 00:48:08 +0200
commitc9b5b89e21ba9ea844bfd5407bfe42f35076a35e (patch)
tree9ed57547ae2330aec9296b484393fa70e057c5b6 /src/common/src/emu_window.h
parentconvert tabs to spaces (diff)
downloadyuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar.gz
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar.bz2
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar.lz
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar.xz
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.tar.zst
yuzu-c9b5b89e21ba9ea844bfd5407bfe42f35076a35e.zip
Diffstat (limited to 'src/common/src/emu_window.h')
-rw-r--r--src/common/src/emu_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/src/emu_window.h b/src/common/src/emu_window.h
index 2427b5b6a..66de75574 100644
--- a/src/common/src/emu_window.h
+++ b/src/common/src/emu_window.h
@@ -48,8 +48,8 @@ public:
/// Swap buffers to display the next frame
virtual void SwapBuffers() = 0;
- /// Polls window events
- virtual void PollEvents() = 0;
+ /// Polls window events
+ virtual void PollEvents() = 0;
/// Makes the graphics context current for the caller thread
virtual void MakeCurrent() = 0;