mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 03:02:33 -07:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
|
||||
#include "controller_config.hxx"
|
||||
#include "controller_config_util.hxx"
|
||||
#include "controller_config.h"
|
||||
#include "controller_config_util.h"
|
||||
|
||||
/* TODO(bunnei): ImplementMe
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
|
||||
#include "controller_config_util.hxx"
|
||||
#include "controller_config_util.h"
|
||||
|
||||
/* TODO(bunnei): ImplementMe
|
||||
GStickConfig::GStickConfig(common::Config::Control leftid, common::Config::Control rightid, common::Config::Control upid, common::Config::Control downid, QObject* change_receiver, QWidget* parent) : QWidget(parent)
|
||||
|
Reference in New Issue
Block a user