mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-03 11:38:59 -06:00
more work on OSD
This commit is contained in:
@ -22,14 +22,13 @@
|
||||
namespace OSD
|
||||
{
|
||||
|
||||
bool Init();
|
||||
void DeInit();
|
||||
|
||||
void test(u32* berp);
|
||||
bool Init(bool opengl);
|
||||
void DeInit(bool opengl);
|
||||
|
||||
void AddMessage(u32 color, const char* text);
|
||||
|
||||
void Update(bool opengl);
|
||||
void WindowResized(bool opengl);
|
||||
void Update(bool opengl, uiAreaDrawParams* params);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user