mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-16 11:48:28 +12:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
8
src/Cafe/HW/Latte/Core/LatteOverlay.h
Normal file
8
src/Cafe/HW/Latte/Core/LatteOverlay.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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);
|
Loading…
Add table
Add a link
Reference in a new issue