summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_vertex_shader.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-08-15 20:13:48 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2015-08-16 14:12:12 +0200
commit32592364b8f43232fce583d9711a653e99953028 (patch)
tree4f67fb221da50ada7a62efc45788d16950ef16f6 /src/citra_qt/debugger/graphics_vertex_shader.h
parentcitra-qt: Fix comment style. (diff)
downloadyuzu-32592364b8f43232fce583d9711a653e99953028.tar
yuzu-32592364b8f43232fce583d9711a653e99953028.tar.gz
yuzu-32592364b8f43232fce583d9711a653e99953028.tar.bz2
yuzu-32592364b8f43232fce583d9711a653e99953028.tar.lz
yuzu-32592364b8f43232fce583d9711a653e99953028.tar.xz
yuzu-32592364b8f43232fce583d9711a653e99953028.tar.zst
yuzu-32592364b8f43232fce583d9711a653e99953028.zip
Diffstat (limited to 'src/citra_qt/debugger/graphics_vertex_shader.h')
-rw-r--r--src/citra_qt/debugger/graphics_vertex_shader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_vertex_shader.h b/src/citra_qt/debugger/graphics_vertex_shader.h
index 6e99f3674..1b3f1f7ec 100644
--- a/src/citra_qt/debugger/graphics_vertex_shader.h
+++ b/src/citra_qt/debugger/graphics_vertex_shader.h
@@ -51,7 +51,7 @@ private slots:
void OnInputAttributeChanged(int index);
- void OnIterationIndexChanged(int index);
+ void OnCycleIndexChanged(int index);
void DumpShader();
@@ -80,7 +80,7 @@ private:
// Text to be shown when input vertex data is not retrievable
QLabel* breakpoint_warning;
- QSpinBox* iteration_index;
+ QSpinBox* cycle_index;
nihstro::ShaderInfo info;
Pica::Shader::DebugData<true> debug_data;