mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 23:30:13 +00:00
Fix includes and blank lines
This commit is contained in:
parent
ee31e48a26
commit
52ce0b3b99
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user