mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-25 20:56:53 +01:00
This commit is contained in:
parent
fae66e538d
commit
d8bad4932f
@ -15,7 +15,6 @@
|
|||||||
#include "language/gettext.h"
|
#include "language/gettext.h"
|
||||||
#include "libwiigui/gui.h"
|
#include "libwiigui/gui.h"
|
||||||
#include "libwiigui/gui_diskcover.h"
|
#include "libwiigui/gui_diskcover.h"
|
||||||
#include "libwiigui/gui_banner.h"
|
|
||||||
#include "network/networkops.h"
|
#include "network/networkops.h"
|
||||||
#include "network/http.h"
|
#include "network/http.h"
|
||||||
#include "prompts/PromptWindows.h"
|
#include "prompts/PromptWindows.h"
|
||||||
@ -150,8 +149,6 @@ void WindowCredits()
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
int y = 20;
|
int y = 20;
|
||||||
|
|
||||||
struct mallinfo mymallinfo = mallinfo();
|
|
||||||
|
|
||||||
GuiWindow creditsWindow(screenwidth,screenheight);
|
GuiWindow creditsWindow(screenwidth,screenheight);
|
||||||
GuiWindow creditsWindowBox(580,448);
|
GuiWindow creditsWindowBox(580,448);
|
||||||
creditsWindowBox.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);
|
creditsWindowBox.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);
|
||||||
|
Loading…
Reference in New Issue
Block a user