diff options
| author | 2015-01-03 15:51:14 -0800 | |
|---|---|---|
| committer | 2015-01-06 04:51:54 -0800 | |
| commit | b0a14cfe7f0075d0758371276b7f6384856aa6ff (patch) | |
| tree | 1c7c0f0f9c707138a0a7f37583c0ef31cd94bec3 /src/citra_qt/debugger/graphics_cmdlists.cpp | |
| parent | Merge pull request #419 from linkmauve/no-x86-specifics (diff) | |
| download | yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.tar.gz yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.tar.xz yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.zip | |
citra-qt: Renamed all .hxx headers to .h
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics_cmdlists.cpp index 708b805a7..4a6159fdf 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.cpp +++ b/src/citra_qt/debugger/graphics_cmdlists.cpp | |||
| @@ -16,9 +16,9 @@ | |||
| 16 | 16 | ||
| 17 | #include "video_core/debug_utils/debug_utils.h" | 17 | #include "video_core/debug_utils/debug_utils.h" |
| 18 | 18 | ||
| 19 | #include "graphics_cmdlists.hxx" | 19 | #include "graphics_cmdlists.h" |
| 20 | 20 | ||
| 21 | #include "util/spinbox.hxx" | 21 | #include "util/spinbox.h" |
| 22 | 22 | ||
| 23 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { | 23 | QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) { |
| 24 | QImage decoded_image(info.width, info.height, QImage::Format_ARGB32); | 24 | QImage decoded_image(info.width, info.height, QImage::Format_ARGB32); |