aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp32/gp32_osys.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp32/gp32_osys.h')
-rw-r--r--backends/platform/gp32/gp32_osys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gp32/gp32_osys.h b/backends/platform/gp32/gp32_osys.h
index 44a313265f..9938671962 100644
--- a/backends/platform/gp32/gp32_osys.h
+++ b/backends/platform/gp32/gp32_osys.h
@@ -54,7 +54,7 @@ protected:
uint32 _shakePos;
// Keyboard mouse emulation
- struct KbdMouse {
+ struct KbdMouse {
int16 x, y, x_vel, y_vel, x_max, y_max, x_down_count, y_down_count;
uint32 last_time, delay_time, x_down_time, y_down_time;
};
@@ -73,7 +73,7 @@ protected:
byte *_mouseBuf;
bool _adjustAspectRatio;
-
+
/** Force full redraw on next updateScreen */
bool _forceFull;