ppsspp/UI/ImDebugger/ImGe.h
2024-11-27 01:37:03 +01:00

15 lines
315 B
C++

#pragma once
// GE-related windows of the ImDebugger
struct ImConfig;
class FramebufferManagerCommon;
void DrawFramebuffersWindow(ImConfig &cfg, FramebufferManagerCommon *framebufferManager);
void DrawDisplayWindow(ImConfig &cfg, FramebufferManagerCommon *framebufferManager);
class ImGeDebugger {
public:
};