mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 23:57:54 -05:00
citra-qt/VertexShader: Minor UI improvements.
Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user