diff options
Diffstat (limited to 'src/video_core/renderer_base.h')
| -rw-r--r-- | src/video_core/renderer_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h index f1dbc9d17..bce402b88 100644 --- a/src/video_core/renderer_base.h +++ b/src/video_core/renderer_base.h | |||
| @@ -25,7 +25,7 @@ public: | |||
| 25 | /// Swap buffers (render frame) | 25 | /// Swap buffers (render frame) |
| 26 | virtual void SwapBuffers() = 0; | 26 | virtual void SwapBuffers() = 0; |
| 27 | 27 | ||
| 28 | /** | 28 | /** |
| 29 | * Set the emulator window to use for renderer | 29 | * Set the emulator window to use for renderer |
| 30 | * @param window EmuWindow handle to emulator window to use for rendering | 30 | * @param window EmuWindow handle to emulator window to use for rendering |
| 31 | */ | 31 | */ |