mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-29 14:44:17 +01:00
Fixed the build in Linux (Prompts instead of prompts). How many times am I gonna fall into that trap? :P
This commit is contained in:
parent
9e1aaaabd4
commit
ab25485614
@ -207,7 +207,7 @@ bool Sys_IsHermes() {
|
|||||||
return IOS_GetVersion() == 222 || IOS_GetVersion() == 223;
|
return IOS_GetVersion() == 222 || IOS_GetVersion() == 223;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "Prompts/PromptWindows.h"
|
#include "prompts/PromptWindows.h"
|
||||||
|
|
||||||
void ShowMemInfo() {
|
void ShowMemInfo() {
|
||||||
char buf[255];
|
char buf[255];
|
||||||
|
Loading…
Reference in New Issue
Block a user