mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 09:10:00 +01:00
* Fix rpcs3qt Linux build * Files clean up * Add base MainWindow class * Add slot stubs * Update MainWindow::DecryptSPRXLibraries * Add SettingsDialog base class and tab stubs * Add CoreTab base layout * Add compile guards * Minor fixes * Add GraphicsTab base layout * Add OK button signal * Remove QML stuff * Fix indentation * Add AudioTab base layout * Add InputTab base layout * Fix layouts * Add MiscTab base layout * Fix layouts * Add NetworkingTab base layout * Add SystemTab base layout * Fix button layout in SettingsDialog * Make SettingsDialog resizable * Add base dock widget stubs * Add very base PadSettingsDialog layout * Add combo box entries * Abb LogFrame base layout * Fix indent * Abb GameListFrame base layout * Minor fixes * Add AutoPauseSettingsDialog base layout |
||
|---|---|---|
| .. | ||
| qml | ||
| .qmake.conf | ||
| audiotab.cpp | ||
| audiotab.h | ||
| AutoPauseSettingsDialog.cpp | ||
| AutoPauseSettingsDialog.h | ||
| coretab.cpp | ||
| coretab.h | ||
| debuggerframe.cpp | ||
| debuggerframe.h | ||
| gamelistframe.cpp | ||
| gamelistframe.h | ||
| glviewer.cpp | ||
| glviewer.h | ||
| graphicstab.cpp | ||
| graphicstab.h | ||
| inputtab.cpp | ||
| inputtab.h | ||
| logframe.cpp | ||
| logframe.h | ||
| main.cpp | ||
| mainwindow.cpp | ||
| mainwindow.h | ||
| misctab.cpp | ||
| misctab.h | ||
| networkingtab.cpp | ||
| networkingtab.h | ||
| padsettingsdialog.cpp | ||
| padsettingsdialog.h | ||
| qml.qrc | ||
| rpcs3qt.pro | ||
| settingsdialog.cpp | ||
| settingsdialog.h | ||
| systemtab.cpp | ||
| systemtab.h | ||