mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #402 from chrisvj/master
Renamed all .hxx headers to .h
This commit is contained in:
		
						commit
						0bf5a0bfc4
					
				
					 30 changed files with 45 additions and 45 deletions
				
			
		|  | @ -21,22 +21,22 @@ set(SRCS | ||||||
|             ) |             ) | ||||||
| 
 | 
 | ||||||
| set(HEADERS | set(HEADERS | ||||||
|             config/controller_config.hxx |             config/controller_config.h | ||||||
|             config/controller_config_util.hxx |             config/controller_config_util.h | ||||||
|             config.h |             config.h | ||||||
|             debugger/callstack.hxx |             debugger/callstack.h | ||||||
|             debugger/disassembler.hxx |             debugger/disassembler.h | ||||||
|             debugger/graphics.hxx |             debugger/graphics.h | ||||||
|             debugger/graphics_breakpoints.hxx |             debugger/graphics_breakpoints.h | ||||||
|             debugger/graphics_breakpoints_p.hxx |             debugger/graphics_breakpoints_p.h | ||||||
|             debugger/graphics_cmdlists.hxx |             debugger/graphics_cmdlists.h | ||||||
|             debugger/graphics_framebuffer.hxx |             debugger/graphics_framebuffer.h | ||||||
|             debugger/ramview.hxx |             debugger/ramview.h | ||||||
|             debugger/registers.hxx |             debugger/registers.h | ||||||
|             util/spinbox.hxx |             util/spinbox.h | ||||||
|             bootmanager.hxx |             bootmanager.h | ||||||
|             hotkeys.hxx |             hotkeys.h | ||||||
|             main.hxx |             main.h | ||||||
|             version.h |             version.h | ||||||
|             ) |             ) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -9,7 +9,7 @@ | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #include "common/common.h" | #include "common/common.h" | ||||||
| #include "bootmanager.hxx" | #include "bootmanager.h" | ||||||
| 
 | 
 | ||||||
| #include "core/core.h" | #include "core/core.h" | ||||||
| #include "core/settings.h" | #include "core/settings.h" | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ | ||||||
| 
 | 
 | ||||||
| #include <QDialogButtonBox> | #include <QDialogButtonBox> | ||||||
| 
 | 
 | ||||||
| #include "controller_config.hxx" | #include "controller_config.h" | ||||||
| #include "controller_config_util.hxx" | #include "controller_config_util.h" | ||||||
| 
 | 
 | ||||||
| /* TODO(bunnei): ImplementMe
 | /* TODO(bunnei): ImplementMe
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -9,7 +9,7 @@ | ||||||
| #include <QHBoxLayout> | #include <QHBoxLayout> | ||||||
| #include <QLabel> | #include <QLabel> | ||||||
| 
 | 
 | ||||||
| #include "controller_config_util.hxx" | #include "controller_config_util.h" | ||||||
| 
 | 
 | ||||||
| /* TODO(bunnei): ImplementMe
 | /* 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) | 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) | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <QStandardItemModel> | #include <QStandardItemModel> | ||||||
| 
 | 
 | ||||||
| #include "callstack.hxx" | #include "callstack.h" | ||||||
| 
 | 
 | ||||||
| #include "core/core.h" | #include "core/core.h" | ||||||
| #include "core/arm/arm_interface.h" | #include "core/arm/arm_interface.h" | ||||||
|  |  | ||||||
|  | @ -2,10 +2,10 @@ | ||||||
| // Licensed under GPLv2 or any later version
 | // Licensed under GPLv2 or any later version
 | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #include "disassembler.hxx" | #include "disassembler.h" | ||||||
| 
 | 
 | ||||||
| #include "../bootmanager.hxx" | #include "../bootmanager.h" | ||||||
| #include "../hotkeys.hxx" | #include "../hotkeys.h" | ||||||
| 
 | 
 | ||||||
| #include "common/common.h" | #include "common/common.h" | ||||||
| #include "core/mem_map.h" | #include "core/mem_map.h" | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| // Licensed under GPLv2 or any later version
 | // Licensed under GPLv2 or any later version
 | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #include "graphics.hxx" | #include "graphics.h" | ||||||
| #include <QListView> | #include <QListView> | ||||||
| #include <QVBoxLayout> | #include <QVBoxLayout> | ||||||
| #include <QDebug> | #include <QDebug> | ||||||
|  |  | ||||||
|  | @ -8,8 +8,8 @@ | ||||||
| #include <QVBoxLayout> | #include <QVBoxLayout> | ||||||
| #include <QLabel> | #include <QLabel> | ||||||
| 
 | 
 | ||||||
| #include "graphics_breakpoints.hxx" | #include "graphics_breakpoints.h" | ||||||
| #include "graphics_breakpoints_p.hxx" | #include "graphics_breakpoints_p.h" | ||||||
| 
 | 
 | ||||||
| BreakPointModel::BreakPointModel(std::shared_ptr<Pica::DebugContext> debug_context, QObject* parent) | BreakPointModel::BreakPointModel(std::shared_ptr<Pica::DebugContext> debug_context, QObject* parent) | ||||||
|     : QAbstractListModel(parent), context_weak(debug_context), |     : QAbstractListModel(parent), context_weak(debug_context), | ||||||
|  |  | ||||||
|  | @ -16,9 +16,9 @@ | ||||||
| 
 | 
 | ||||||
| #include "video_core/debug_utils/debug_utils.h" | #include "video_core/debug_utils/debug_utils.h" | ||||||
| 
 | 
 | ||||||
| #include "graphics_cmdlists.hxx" | #include "graphics_cmdlists.h" | ||||||
| 
 | 
 | ||||||
| #include "util/spinbox.hxx" | #include "util/spinbox.h" | ||||||
| 
 | 
 | ||||||
| QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { | ||||||
|     QImage decoded_image(info.width, info.height, QImage::Format_ARGB32); |     QImage decoded_image(info.width, info.height, QImage::Format_ARGB32); | ||||||
|  |  | ||||||
|  | @ -13,9 +13,9 @@ | ||||||
| #include "video_core/color.h" | #include "video_core/color.h" | ||||||
| #include "video_core/pica.h" | #include "video_core/pica.h" | ||||||
| 
 | 
 | ||||||
| #include "graphics_framebuffer.hxx" | #include "graphics_framebuffer.h" | ||||||
| 
 | 
 | ||||||
| #include "util/spinbox.hxx" | #include "util/spinbox.h" | ||||||
| 
 | 
 | ||||||
| BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context, | BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context, | ||||||
|                                                const QString& title, QWidget* parent) |                                                const QString& title, QWidget* parent) | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| // Licensed under GPLv2 or any later version
 | // Licensed under GPLv2 or any later version
 | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #include "ramview.hxx" | #include "ramview.h" | ||||||
| 
 | 
 | ||||||
| #include "common/common.h" | #include "common/common.h" | ||||||
| #include "core/mem_map.h" | #include "core/mem_map.h" | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| // Licensed under GPLv2 or any later version
 | // Licensed under GPLv2 or any later version
 | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #include "registers.hxx" | #include "registers.h" | ||||||
| 
 | 
 | ||||||
| #include "core/core.h" | #include "core/core.h" | ||||||
| #include "core/arm/arm_interface.h" | #include "core/arm/arm_interface.h" | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <QKeySequence> | #include <QKeySequence> | ||||||
| #include <QSettings> | #include <QSettings> | ||||||
| #include "hotkeys.hxx" | #include "hotkeys.h" | ||||||
| #include <map> | #include <map> | ||||||
| 
 | 
 | ||||||
| struct Hotkey | struct Hotkey | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
| #include <QDesktopWidget> | #include <QDesktopWidget> | ||||||
| #include <QFileDialog> | #include <QFileDialog> | ||||||
| #include "qhexedit.h" | #include "qhexedit.h" | ||||||
| #include "main.hxx" | #include "main.h" | ||||||
| 
 | 
 | ||||||
| #include "common/common.h" | #include "common/common.h" | ||||||
| #include "common/logging/text_formatter.h" | #include "common/logging/text_formatter.h" | ||||||
|  | @ -22,18 +22,18 @@ | ||||||
| #include <unistd.h> | #include <unistd.h> | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #include "bootmanager.hxx" | #include "bootmanager.h" | ||||||
| #include "hotkeys.hxx" | #include "hotkeys.h" | ||||||
| 
 | 
 | ||||||
| //debugger
 | //debugger
 | ||||||
| #include "debugger/disassembler.hxx" | #include "debugger/disassembler.h" | ||||||
| #include "debugger/registers.hxx" | #include "debugger/registers.h" | ||||||
| #include "debugger/callstack.hxx" | #include "debugger/callstack.h" | ||||||
| #include "debugger/ramview.hxx" | #include "debugger/ramview.h" | ||||||
| #include "debugger/graphics.hxx" | #include "debugger/graphics.h" | ||||||
| #include "debugger/graphics_breakpoints.hxx" | #include "debugger/graphics_breakpoints.h" | ||||||
| #include "debugger/graphics_cmdlists.hxx" | #include "debugger/graphics_cmdlists.h" | ||||||
| #include "debugger/graphics_framebuffer.hxx" | #include "debugger/graphics_framebuffer.h" | ||||||
| 
 | 
 | ||||||
| #include "core/settings.h" | #include "core/settings.h" | ||||||
| #include "core/system.h" | #include "core/system.h" | ||||||
|  |  | ||||||
|  | @ -34,7 +34,7 @@ | ||||||
| 
 | 
 | ||||||
| #include "common/log.h" | #include "common/log.h" | ||||||
| 
 | 
 | ||||||
| #include "spinbox.hxx" | #include "spinbox.h" | ||||||
| 
 | 
 | ||||||
| CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), base(10), min_value(-100), max_value(100), value(0), num_digits(0) | CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), base(10), min_value(-100), max_value(100), value(0), num_digits(0) | ||||||
| { | { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue