mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
12 lines
437 B
C
12 lines
437 B
C
#pragma once
|
|
|
|
#include "Common/File/Path.h"
|
|
#include "Common/UI/Context.h"
|
|
#include "Core/ConfigValues.h"
|
|
#include "Core/ControlMapper.h"
|
|
|
|
void DrawControlMapperOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper);
|
|
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, DebugOverlay overlay);
|
|
void DrawCrashDump(UIContext *ctx, const Path &gamePath);
|
|
void DrawFPS(UIContext *ctx, const Bounds &bounds);
|