mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 04:41:54 -05:00
rename InputCommon/ControllerInterface/Device to CoreDevice
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include "InputCommon/ControlReference/ExpressionParser.h"
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
||||
|
||||
// ControlReference
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
||||
|
||||
namespace ciface::ExpressionParser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user