citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
parent
9c8b867d86
commit
b0a14cfe7f
30 changed files with 45 additions and 45 deletions
|
@ -16,9 +16,9 @@
|
|||
|
||||
#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 decoded_image(info.width, info.height, QImage::Format_ARGB32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue