diff options
| author | 2015-01-06 12:43:08 -0500 | |
|---|---|---|
| committer | 2015-01-06 12:43:08 -0500 | |
| commit | 0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f (patch) | |
| tree | 3a173741994c239c4cd41727868ef7676acb26e3 /src/citra_qt/debugger/graphics_framebuffer.cpp | |
| parent | Merge pull request #417 from kevinhartman/exclusive-tag-fix (diff) | |
| parent | citra-qt: Renamed all .hxx headers to .h (diff) | |
| download | yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.tar.gz yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.tar.xz yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.zip | |
Merge pull request #402 from chrisvj/master
Renamed all .hxx headers to .h
Diffstat (limited to 'src/citra_qt/debugger/graphics_framebuffer.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_framebuffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.cpp b/src/citra_qt/debugger/graphics_framebuffer.cpp index 7ef699f37..caa6896f9 100644 --- a/src/citra_qt/debugger/graphics_framebuffer.cpp +++ b/src/citra_qt/debugger/graphics_framebuffer.cpp | |||
| @@ -13,9 +13,9 @@ | |||
| 13 | #include "video_core/color.h" | 13 | #include "video_core/color.h" |
| 14 | #include "video_core/pica.h" | 14 | #include "video_core/pica.h" |
| 15 | 15 | ||
| 16 | #include "graphics_framebuffer.hxx" | 16 | #include "graphics_framebuffer.h" |
| 17 | 17 | ||
| 18 | #include "util/spinbox.hxx" | 18 | #include "util/spinbox.h" |
| 19 | 19 | ||
| 20 | BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context, | 20 | BreakPointObserverDock::BreakPointObserverDock(std::shared_ptr<Pica::DebugContext> debug_context, |
| 21 | const QString& title, QWidget* parent) | 21 | const QString& title, QWidget* parent) |