mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 01:30:14 +00:00
Fix includes and blank lines
This commit is contained in:
parent
ee31e48a26
commit
52ce0b3b99
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "common/profiler_reporting.h"
|
#include "common/profiler_reporting.h"
|
||||||
#include "core/frontend/emu_window.h"
|
|
||||||
#include "input_core/input_core.h"
|
#include "input_core/input_core.h"
|
||||||
#include "video_core/video_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
|
* 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
|
bool touch_pressed; ///< True if touchpad area is currently pressed, otherwise false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
std::mutex accel_mutex;
|
std::mutex accel_mutex;
|
||||||
s16 accel_x; ///< Accelerometer X-axis value in native 3DS units
|
s16 accel_x; ///< Accelerometer X-axis value in native 3DS units
|
||||||
s16 accel_y; ///< Accelerometer Y-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