dolphin/Source/Core
bobjrsenior 7589ade972 DolphinWX: Add TB and GQR to Register Window
The Time Base Register was added under the BAT registers. TBL and TBU
were ORed together to get one 64-bit value to display. It is labeled TB

The Graphics Quantisation Registers were added under the Segment
Registers. They are Labeled GQR0-GQR7.

All new registers are read only.
2017-12-15 20:38:46 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Fix arm64 MOVI2R for addresses between 2gb and 4gb offset from PC 2017-12-09 13:21:58 -08:00
Core Merge pull request #6027 from JonnyH/WIP/chained-signal-handler-android-debuggerd 2017-12-10 00:18:13 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Merge pull request #6217 from ligfx/qtfifofix 2017-12-04 12:05:33 +01:00
DolphinWX DolphinWX: Add TB and GQR to Register Window 2017-12-15 20:38:46 +01:00
InputCommon GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
UICommon Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Fix GLES GPU texture conversion shader 2017-12-12 22:01:10 +00:00
CMakeLists.txt