Fix includes and blank lines

This commit is contained in:
Anon 2017-01-14 19:57:30 -06:00
parent ee31e48a26
commit 52ce0b3b99
2 changed files with 2 additions and 4 deletions

View File

@ -4,13 +4,13 @@
#include <algorithm>
#include <cmath>
#include "common/assert.h"
#include "common/profiler_reporting.h"
#include "core/frontend/emu_window.h"
#include "input_core/input_core.h"
#include "video_core/video_core.h"
#include "emu_window.h"
#include "core/frontend/emu_window.h"
/**
* Check if the given x/y coordinates are within the touchpad specified by the framebuffer layout

View File

@ -241,8 +241,6 @@ private:
bool touch_pressed; ///< True if touchpad area is currently pressed, otherwise false
std::mutex accel_mutex;
s16 accel_x; ///< Accelerometer X-axis value in native 3DS units
s16 accel_y; ///< Accelerometer Y-axis value in native 3DS units