mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 08:18:23 -05: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