dolphin/Source/Core/DolphinQt2/Debugger
Lioncash 0049ef3a2a Gekko: Centralize bitmasking of the FPSCR within UReg_FPSCR
Rather than introduce this handling in every system instruction that modifies
the FPSCR directly, we can instead just handle it within the data structure
instead, which avoids duplicating mask handling across instructions.

This also allows handling proper masking from the debugger register
windows themselves without duplicating masking behavior there either.
2018-06-12 14:15:50 -04:00
..
BreakpointWidget.cpp Merge pull request #6851 from lioncash/usage 2018-05-14 19:18:05 +02:00
BreakpointWidget.h Qt/debugger: recenter the code widget when selecting a breakpoint 2018-05-12 19:04:37 -04:00
CodeViewWidget.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
CodeViewWidget.h DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
CodeWidget.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
CodeWidget.h SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
JITWidget.cpp Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
JITWidget.h Qt/Debugger: Implement "JIT" widget 2018-05-11 18:10:35 +02:00
MemoryViewWidget.cpp Qt/MemoryWidget: Allow operating on columns 2018-05-31 22:07:05 +02:00
MemoryViewWidget.h Qt/MemoryWidget: Allow operating on columns 2018-05-31 22:07:05 +02:00
MemoryWidget.cpp Qt/MemoryWidget: Fix sidebar items being stretched out 2018-05-30 23:23:02 +02:00
MemoryWidget.h Qt/Debugger: Implement "Memory" widget 2018-04-04 13:43:30 +02:00
NewBreakpointDialog.cpp Qt/NewBreakpointDialog: Fix radio button weirdness 2018-01-31 19:28:44 +01:00
NewBreakpointDialog.h DolphinQt2: Add missing override specifiers 2018-05-17 16:28:35 -04:00
RegisterColumn.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
RegisterColumn.h Use double instead of float for FPRs 2018-01-13 19:33:11 +09:00
RegisterWidget.cpp Gekko: Centralize bitmasking of the FPSCR within UReg_FPSCR 2018-06-12 14:15:50 -04:00
RegisterWidget.h Fix 64bit registers that are not displayed correctly 2018-01-13 16:21:32 +09:00
WatchWidget.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
WatchWidget.h Qt: Use new debugger icons 2018-04-13 20:40:41 +02:00