summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2021-03-06Use formatters in GetBPRegInfo; add missing commandsPokechu22
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Add FogParam0::FloatValue and FogParam3::FloatValuePokechu22
2021-03-06Fix typo with ztex2 op in UseVertexDepthRangePokechu22
2021-03-06Rename BPMEM_EFB_BR to BPMEM_EFB_WHPokechu22
2021-03-06Use XFMEM_REGISTERS_START/END in XFRegWritten and LoadXFRegPokechu22
2021-03-06Add names and descriptions for regular XF memoryPokechu22
2021-03-06Add names and descriptions for XF registers to the FIFO analyzerPokechu22
2021-03-06Convert XFMemory to BitField and enum classPokechu22
2021-03-06Add names and descriptions for CP registers to the FIFO analyzerPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-03-06Create constants for CP registers and masksPokechu22
2021-03-06DolphinNoGUI/PlatformX11: Work around X.h's None being undefinedPokechu22
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
2021-03-06Create EnumFormatterPokechu22
2021-03-05Merge pull request #9533 from sepalani/mmu-is-ramLéo Lam
2021-03-05Merge pull request #9559 from iwubcode/gdb-stub-raiiJMC47
2021-03-05Merge pull request #9565 from sepalani/qt-blockerLéo Lam
2021-03-05Merge pull request #9550 from endrift/gba-flushLéo Lam
2021-03-05BreakpointWidget: Use QSignalBlockerSepalani
2021-03-05BreakpointWidget: Fix delete deleting both MBP and BP at addressSepalani
2021-03-05Merge pull request #9561 from sepalani/fix-watchesLéo Lam
2021-03-04IOS: update network/ip/top to use the RAII winsock contextiwubcode
2021-03-04Core: Use RAII winsock object to cleanly create and destroy WSA in gdb-stubiwubcode
2021-03-04Common: Add RAII object that initializes and cleans up winsockiwubcode
2021-03-04BreakpointWidget: Emit BreakpointsChanged to update viewsSepalani
2021-03-04Watches: Fix Save and Load from stringsSepalani
2021-03-04Merge pull request #8779 from sepalani/open-dumpLéo Lam
2021-03-04Merge pull request #9542 from InusualZ/toggle-bpLéo Lam
2021-03-04Merge pull request #9548 from AdmiralCurtiss/fastmem-active-regionsLéo Lam
2021-03-04Merge pull request #9556 from JosJuice/cmake-msvc-latestLéo Lam
2021-03-04Merge pull request #9560 from JosJuice/cmake-msvc-wilLéo Lam
2021-03-04CMake: Include WIL headersJosJuice
2021-03-04CMake: Disable warning C5054 on DolphinQtJosJuice
2021-03-03DolphinQt: Removed unused this capture in lambdaDentomologist
2021-03-03Merge pull request #9549 from Dentomologist/ppcstate_off_to_s32JMC47
2021-03-03Merge pull request #8996 from AdmiralCurtiss/memcard-save-import-export-refactorJMC47
2021-03-03Merge pull request #9352 from Pokechu22/sw-line-point-widthJMC47
2021-03-03Allow to disable/enable from the BreakpointWidgetInusualZ
2021-03-02SI/DeviceGBA: Ensure data socket isn't backed upVicki Pfau
2021-03-02JitArm64: Fix unsigned/signed arg/param mismatchDentomologist
2021-03-02Allow to disable/enable breakpointsInusualZ
2021-03-02Core/Memmap: Don't try to map logical memory from inactive physical regions.Admiral H. Curtiss
2021-03-02Core/Memmap: Store and check which physical regions are actually mapped inste...Admiral H. Curtiss
2021-03-02Merge pull request #9535 from sepalani/threads-freezeLéo Lam
2021-03-02DebugInterface: Check visited addresses in GetThreadsSepalani
2021-03-02Merge pull request #9539 from iwubcode/dynamic_input_tex_more_optimizationsLéo Lam
2021-03-02Merge pull request #9537 from AdmiralCurtiss/fastmem-error-messagesLéo Lam