pcsx2/pcsx2-qt
RedDevilus 9b0dc287c1 PCSX2-GUI: Rename Interlacing to Deinterlacing
So to sketch what is an annoying issue is that this for years has been wrongly presented to users.
None Interlacing = Interlacing but if used with a no-interlacing patch it will look like progressive but PCSX2 or really the internal PS2 side only detects interlacing mode. Which blows my mind that the user wouldn't be wrong to assume that None Interlacing = Interlacing.
Weave = Interlacing method (saw-tooth)
Bob = Likely the sharpest but can do vertical bouncing.
Blending = A bit blurry but the most consistent and has no bouncing.

I didn't change the code just the visual presentation to the users.

Example in gif format: https://upload.wikimedia.org/wikipedia/de/1/1e/Interlaced_Animation.gif
2022-02-24 00:38:01 +00:00
..
GameList Qt: More sizing + improve hotkeys code 2022-02-04 02:26:01 +00:00
Settings PCSX2-GUI: Rename Interlacing to Deinterlacing 2022-02-24 00:38:01 +00:00
resources QT: Add icon for Hk BIOS. 2022-02-15 20:54:27 +01:00
AboutDialog.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
AboutDialog.h Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
AboutDialog.ui Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
CMakeLists.txt Qt: Add game summary and audio/memcard placeholders 2022-02-16 17:34:53 +01:00
DisplayWidget.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
DisplayWidget.h Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
EmuThread.cpp Qt: Add save state loading/loaded/saved events 2022-02-02 00:23:49 +00:00
EmuThread.h Qt: Add save state loading/loaded/saved events 2022-02-02 00:23:49 +00:00
Main.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
MainWindow.cpp Qt: Add themes 2022-02-22 16:13:09 +00:00
MainWindow.h Qt: Add per-game settings UI 2022-02-16 17:34:53 +01:00
MainWindow.ui Qt: Resize Windows + Change Framerate Presets + Lower OSD time 2022-02-05 14:09:34 +00:00
PrecompiledHeader.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
PrecompiledHeader.h Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
QtHost.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
QtHost.h Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
QtKeyCodes.cpp Qt: Add work in progress interface 2022-01-30 14:29:18 +00:00
QtUtils.cpp Qt: Add QtUtils::StringViewToQString() 2022-02-02 00:23:49 +00:00
QtUtils.h Qt: Add QtUtils::StringViewToQString() 2022-02-02 00:23:49 +00:00
SettingWidgetBinder.h Qt: Fix qt compilation on linux. 2022-02-22 19:23:51 +00:00
pcsx2-qt.vcxproj Qt: Add game summary and audio/memcard placeholders 2022-02-16 17:34:53 +01:00
pcsx2-qt.vcxproj.filters Qt: Add game summary and audio/memcard placeholders 2022-02-16 17:34:53 +01:00