summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_framebuffer.hxx
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2014-12-12 18:21:58 +0100
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-01-01 23:38:36 +0100
commitc589d820520663be438430ac4a443b34f7bb442c (patch)
tree14d9c76e3a6572eb15ccc9cf388e511f661daa32 /src/citra_qt/debugger/graphics_framebuffer.hxx
parentMerge pull request #380 from Yllodra/graphics-debugger-save-state (diff)
downloadyuzu-c589d820520663be438430ac4a443b34f7bb442c.tar
yuzu-c589d820520663be438430ac4a443b34f7bb442c.tar.gz
yuzu-c589d820520663be438430ac4a443b34f7bb442c.tar.bz2
yuzu-c589d820520663be438430ac4a443b34f7bb442c.tar.lz
yuzu-c589d820520663be438430ac4a443b34f7bb442c.tar.xz
yuzu-c589d820520663be438430ac4a443b34f7bb442c.tar.zst
yuzu-c589d820520663be438430ac4a443b34f7bb442c.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/debugger/graphics_framebuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.hxx b/src/citra_qt/debugger/graphics_framebuffer.hxx
index 56215761e..02813525c 100644
--- a/src/citra_qt/debugger/graphics_framebuffer.hxx
+++ b/src/citra_qt/debugger/graphics_framebuffer.hxx
@@ -62,8 +62,8 @@ public:
public slots:
void OnFramebufferSourceChanged(int new_value);
void OnFramebufferAddressChanged(qint64 new_value);
- void OnFramebufferWidthChanged(int new_value);
- void OnFramebufferHeightChanged(int new_value);
+ void OnFramebufferWidthChanged(unsigned int new_value);
+ void OnFramebufferHeightChanged(unsigned int new_value);
void OnFramebufferFormatChanged(int new_value);
void OnUpdate();