mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user