mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 13:41:45 +00:00
not all gpt entries are all caps
This commit is contained in:
parent
cf2c116240
commit
99c2abeaf3
1 changed files with 0 additions and 5 deletions
|
@ -84,11 +84,6 @@ void GptMenu(u8 MMCType){
|
||||||
gfx_clearscreen();
|
gfx_clearscreen();
|
||||||
char *fileName = CpyStr(strrchr(TConf.srcCopy, '/') + 1);
|
char *fileName = CpyStr(strrchr(TConf.srcCopy, '/') + 1);
|
||||||
|
|
||||||
for (int i = 0; i < strlen(fileName); i++){
|
|
||||||
if (fileName[i] >= 'a' && fileName[i] <= 'z')
|
|
||||||
fileName[i] &= ~BIT(5);
|
|
||||||
}
|
|
||||||
|
|
||||||
gfx_printf("Are you sure you want to flash %s? ", fileName);
|
gfx_printf("Are you sure you want to flash %s? ", fileName);
|
||||||
if (MakeYesNoHorzMenu(3, COLOR_DEFAULT)){
|
if (MakeYesNoHorzMenu(3, COLOR_DEFAULT)){
|
||||||
RESETCOLOR;
|
RESETCOLOR;
|
||||||
|
|
Loading…
Reference in a new issue