Duckstation/src/duckstation-qt
Connor McLaughlin 65b5013da0 Qt: Work around indirect include of glext.h by QOpenGLContext on macOS
Hacky, but aside from not using glad I'm not sure what else to do.
2020-02-15 17:23:35 +09:00
..
resources Qt: Add icons for game list entry type (disc/exe) 2020-01-08 13:50:44 +10:00
audiosettingswidget.cpp Qt: Skeleton for audio settings 2020-01-24 14:51:13 +10:00
audiosettingswidget.h Qt: Skeleton for audio settings 2020-01-24 14:51:13 +10:00
audiosettingswidget.ui Qt: Skeleton for audio settings 2020-01-24 14:51:13 +10:00
CMakeLists.txt Qt: Link with and copy Qt5Network library 2020-01-24 14:51:24 +10:00
consolesettingswidget.cpp System: Implement variable emulation speed 2020-02-11 12:02:42 +09:00
consolesettingswidget.h Qt: Add CPU settings/emulation speed to console settings 2020-01-29 00:01:44 +10:00
consolesettingswidget.ui Qt: Populate console region drop-down dynamically 2020-02-02 00:22:07 +10:00
d3d11displaywindow.cpp Display: Fix bleeding from adjacent VRAM columns with linear filtering 2020-02-13 00:19:46 +09:00
d3d11displaywindow.h HostDisplay: Move some derived class fields to base class 2020-01-24 14:51:36 +10:00
duckstation-qt.vcxproj Qt: Add automatic download of redump disc database for game list 2020-01-24 14:51:25 +10:00
duckstation-qt.vcxproj.filters Qt: Add automatic download of redump disc database for game list 2020-01-24 14:51:25 +10:00
gamelistsettingswidget.cpp Qt: Add automatic download of redump disc database for game list 2020-01-24 14:51:25 +10:00
gamelistsettingswidget.h Qt: Add automatic download of redump disc database for game list 2020-01-24 14:51:25 +10:00
gamelistsettingswidget.ui GameList: Auto set cache/database path from user directory 2020-01-24 14:51:09 +10:00
gamelistwidget.cpp GameList: Move entry to global scope so it can be forward declared 2020-01-24 14:50:44 +10:00
gamelistwidget.h GameList: Move entry to global scope so it can be forward declared 2020-01-24 14:50:44 +10:00
gpusettingswidget.cpp Qt: Add "Use Debug Device" to GPU settings 2020-02-02 00:22:14 +10:00
gpusettingswidget.h Qt: GPU settings tab 2020-01-03 17:51:58 +10:00
gpusettingswidget.ui Qt: Add "Use Debug Device" to GPU settings 2020-02-02 00:22:14 +10:00
hotkeysettingswidget.cpp Qt: Fix handling of display window size in hidpi 2020-01-07 14:27:48 +10:00
hotkeysettingswidget.h Qt: Initial hotkey implementation 2020-01-05 12:46:03 +10:00
inputbindingwidgets.cpp Qt: Thread-safe QSettings access and updating 2020-01-24 14:49:49 +10:00
inputbindingwidgets.h Qt: Properly handle modifier keys for input 2020-01-06 15:14:47 +10:00
main.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
mainwindow.cpp HostInterface: Move throttle and perf stats to System class 2020-02-09 22:16:25 +09:00
mainwindow.h HostInterface: Move throttle and perf stats to System class 2020-02-09 22:16:25 +09:00
mainwindow.ui Qt: Fix up debug CPU mode switch menu 2020-02-05 17:43:25 +09:00
opengldisplaywindow.cpp Display: Fix bleeding from adjacent VRAM columns with linear filtering 2020-02-13 00:19:46 +09:00
opengldisplaywindow.h Qt: Work around indirect include of glext.h by QOpenGLContext on macOS 2020-02-15 17:23:35 +09:00
portsettingswidget.cpp Qt: Fix extra margins in pad settings panel 2020-01-24 14:50:52 +10:00
portsettingswidget.h Qt: Thread-safe QSettings access and updating 2020-01-24 14:49:49 +10:00
qt5.natvis Qt: Add natvis file for Qt data structures 2020-01-02 16:11:22 +10:00
qtdisplaywindow.cpp Qt: Implement display linear filtering 2020-01-24 14:51:34 +10:00
qtdisplaywindow.h HostDisplay: Move some derived class fields to base class 2020-01-24 14:51:36 +10:00
qthostinterface.cpp Qt: Fix compilation under clang-9 2020-02-13 16:54:09 +09:00
qthostinterface.h HostInterface: Move throttle and perf stats to System class 2020-02-09 22:16:25 +09:00
qtsettingsinterface.cpp Add initial work on Qt frontend 2019-12-31 16:18:30 +10:00
qtsettingsinterface.h Add initial work on Qt frontend 2019-12-31 16:18:30 +10:00
qtutils.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
qtutils.h Qt: Support runtime renderer switching 2020-01-07 18:55:36 +10:00
settingsdialog.cpp Qt: Skeleton for audio settings 2020-01-24 14:51:13 +10:00
settingsdialog.h Qt: Skeleton for audio settings 2020-01-24 14:51:13 +10:00
settingsdialog.ui Qt: Reorder settings categories 2020-01-24 14:50:51 +10:00
settingwidgetbinder.h Qt: Add normalized float values to SettingWidgetBinder 2020-02-10 22:44:00 +09:00