summaryrefslogtreecommitdiff
path: root/src/common/emu_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/frontend/emu_window.cpp (renamed from src/common/emu_window.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/emu_window.cpp b/src/core/frontend/emu_window.cpp
index e3a9e08e6..f6f90f9e1 100644
--- a/src/common/emu_window.cpp
+++ b/src/core/frontend/emu_window.cpp
@@ -5,8 +5,8 @@
5#include <algorithm> 5#include <algorithm>
6#include <cmath> 6#include <cmath>
7#include "common/assert.h" 7#include "common/assert.h"
8#include "common/key_map.h" 8#include "core/frontend/emu_window.h"
9#include "emu_window.h" 9#include "core/frontend/key_map.h"
10#include "video_core/video_core.h" 10#include "video_core/video_core.h"
11 11
12void EmuWindow::ButtonPressed(Service::HID::PadState pad) { 12void EmuWindow::ButtonPressed(Service::HID::PadState pad) {