Skip to content

Commit

Permalink
Merge pull request #12127 from unknownbrackets/ge-record
Browse files Browse the repository at this point in the history
Cleanup GE dump playback
  • Loading branch information
hrydgard committed Jun 24, 2019
2 parents 6cf97c4 + 9306975 commit 2ecec84
Show file tree
Hide file tree
Showing 13 changed files with 829 additions and 693 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -1381,8 +1381,11 @@ set(GPU_SOURCES
GPU/Debugger/Breakpoints.h
GPU/Debugger/Debugger.cpp
GPU/Debugger/Debugger.h
GPU/Debugger/Playback.cpp
GPU/Debugger/Playback.h
GPU/Debugger/Record.cpp
GPU/Debugger/Record.h
GPU/Debugger/RecordFormat.h
GPU/Debugger/Stepping.cpp
GPU/Debugger/Stepping.h
GPU/GPUInterface.h
Expand Down
2 changes: 1 addition & 1 deletion Core/HLE/sceKernelModule.cpp
Expand Up @@ -58,7 +58,7 @@
#include "Core/HLE/KernelWaitHelpers.h"
#include "Core/ELF/ParamSFO.h"

#include "GPU/Debugger/Record.h"
#include "GPU/Debugger/Playback.h"
#include "GPU/GPU.h"
#include "GPU/GPUInterface.h"
#include "GPU/GPUState.h"
Expand Down

0 comments on commit 2ecec84

Please sign in to comment.