mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
New FrameTime/VBlank Analyzer + Graph
This commit is contained in:
@ -27,8 +27,6 @@ add_library(videocommon
|
||||
DriverDetails.h
|
||||
Fifo.cpp
|
||||
Fifo.h
|
||||
FPSCounter.cpp
|
||||
FPSCounter.h
|
||||
FramebufferManager.cpp
|
||||
FramebufferManager.h
|
||||
FramebufferShaderGen.cpp
|
||||
@ -85,6 +83,10 @@ add_library(videocommon
|
||||
OpcodeDecoding.h
|
||||
PerfQueryBase.cpp
|
||||
PerfQueryBase.h
|
||||
PerformanceMetrics.cpp
|
||||
PerformanceMetrics.h
|
||||
PerformanceTracker.cpp
|
||||
PerformanceTracker.h
|
||||
PixelEngine.cpp
|
||||
PixelEngine.h
|
||||
PixelShaderGen.cpp
|
||||
@ -168,6 +170,7 @@ PRIVATE
|
||||
spng
|
||||
xxhash
|
||||
imgui
|
||||
implot
|
||||
glslang
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user