dolphin/Source/Core/DolphinQt
sp00nd 6cd53bf92d
Change gecko sorting back to manual
Gecko codes are a core foundation of most netplay sessions and most general modding cases. It has gone so far as to now have an ini for almost every game.

After the massive UI overhaul, the gecko code sorting defaults to Alphabetical with no option to change it. This removes the possibility for netplay builds to have important and necessary codes at the top for easy selecting, and removes the ability to sort massive code lists in categories.

This will also make the sorting consistent with AR codes, which are sorted manually.
2018-10-09 17:46:11 -05:00
..
Config Change gecko sorting back to manual 2018-10-09 17:46:11 -05:00
Debugger Qt/debugger: make the symbols search case insensitive 2018-10-08 21:17:33 -04:00
FIFO FIFOAnalyzer: print BP registers without X suffix 2018-10-08 02:00:25 +01:00
GameList Qt/GameList: Make grid view scale persistent 2018-09-02 18:22:44 -04:00
NetPlay Qt/MD5Dialog: Fix pressing enter on NetPlay window causing dialog to close 2018-08-27 08:39:39 -04:00
QtUtils NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
Settings Fix QMessageBox icons using the default rather than the Dolphin logo 2018-10-02 00:26:43 -04:00
TAS Merge pull request #7326 from spycrab/qt_tas_fancy 2018-08-15 19:46:56 +02:00
AboutDialog.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
AboutDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
CheatsManager.cpp Fix typo causing "Remove from Watch" in Cheat Manager to crash Dolphin 2018-09-24 23:01:24 -05:00
CheatsManager.h Qt/CheatsManager: Move concealable types into the cpp file 2018-07-10 14:34:24 -04:00
CMakeLists.txt Adds a UI for accepting Discord join requests in Dolphin 2018-08-06 16:12:03 -04:00
DiscordHandler.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordHandler.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DolphinQt.manifest Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
DolphinQt.rc Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
DolphinQt.vcxproj Adds a UI for accepting Discord join requests in Dolphin 2018-08-06 16:12:03 -04:00
DolphinQt.vcxproj.user Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
GCMemcardManager.cpp Merge pull request #7357 from Techjar/qt-memcard-manager-select-button 2018-08-27 13:35:38 +02:00
GCMemcardManager.h Qt/GCMemcardManager: Make slot and file selection more intuitive 2018-08-24 07:10:48 -04:00
Host.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Host.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
HotkeyScheduler.cpp DolphinQt: Don't call "frame advance" "frame skip" 2018-08-09 10:32:32 +02:00
HotkeyScheduler.h Input: Add hotkey to cycle the wiimote profile forward or backward 2018-07-07 12:39:08 -05:00
Info.plist.in Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Main.cpp Reword some translatable strings 2018-09-08 15:19:01 +02:00
MainWindow.cpp Make the progress dialog look better (used for e.g. shader compiling) 2018-10-03 21:35:10 -04:00
MainWindow.h Add Discord Join Net Play functionally 2018-07-31 22:24:10 -04:00
MenuBar.cpp Qt/debugger: Accept empty prefix input 2018-10-06 21:22:34 -04:00
MenuBar.h Merge pull request #7244 from lioncash/error 2018-07-12 19:41:36 +02:00
qt.conf Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RenderWidget.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RenderWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
resource.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Resources.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
Resources.h Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
SearchBar.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
SearchBar.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Settings.cpp Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
Settings.h Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
ToolBar.cpp Qt/debugger: reorder the PC toolbar icons to their correct buttons 2018-10-08 21:10:18 -04:00
ToolBar.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Translation.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Translation.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Updater.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Updater.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WiiUpdate.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WiiUpdate.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00