citra, citra_qt, settings.h, default_ini.h: Add option for interlaced 3D
This commit is contained in:
parent
cd86c9b043
commit
6f269c375f
6 changed files with 27 additions and 13 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Settings {
|
||||
enum class StereoRenderOption;
|
||||
}
|
||||
|
||||
namespace Ui {
|
||||
class ConfigureEnhancements;
|
||||
}
|
||||
|
@ -22,7 +26,7 @@ public:
|
|||
void SetConfiguration();
|
||||
|
||||
private:
|
||||
void updateShaders(bool anaglyph);
|
||||
void updateShaders(Settings::StereoRenderOption stereo_option);
|
||||
|
||||
Ui::ConfigureEnhancements* ui;
|
||||
QColor bg_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue