mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
#include "video_core/color.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,
|
||||
const QString& title, QWidget* parent)
|
||||
|
Reference in New Issue
Block a user