mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 16:31:19 +12:00
8 lines
No EOL
261 B
C++
8 lines
No EOL
261 B
C++
#pragma once
|
|
|
|
void LatteOverlay_init();
|
|
void LatteOverlay_render(bool pad_view);
|
|
void LatteOverlay_updateStats(double fps, sint32 drawcalls);
|
|
void LatteOverlay_updateStatsPerFrame();
|
|
|
|
void LatteOverlay_pushNotification(const std::string& text, sint32 duration); |