mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 08:21:18 +12:00
Initial support for title switching + better Wii U menu compatibility (#907)
This commit is contained in:
parent
bfbeeae6f6
commit
2200cc0ddf
95 changed files with 2549 additions and 746 deletions
|
@ -12,5 +12,6 @@ inline bool operator>=(const ImVec2& lhs, const ImVec2& rhs) { return lhs.x >= r
|
|||
bool ImGui_BeginPadDistinct(const char* name, bool* p_open, ImGuiWindowFlags flags, bool pad);
|
||||
|
||||
void ImGui_PrecacheFonts();
|
||||
void ImGui_ClearFonts();
|
||||
ImFont* ImGui_GetFont(float size);
|
||||
void ImGui_UpdateWindowInformation(bool mainWindow);
|
Loading…
Add table
Add a link
Reference in a new issue