mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-21 06:42:02 +01:00
Removed kbin
This commit is contained in:
parent
ca91cdf86c
commit
ba5f525aec
10
Src/menu.cpp
10
Src/menu.cpp
@ -21,8 +21,6 @@
|
|||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "menutexts.h"
|
#include "menutexts.h"
|
||||||
|
|
||||||
char kbin[256];
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int n_entries;
|
int n_entries;
|
||||||
@ -529,10 +527,6 @@ static void menu_draw(SDL_Surface *screen, menu_t *p_menu, int sel)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (strlen(kbin))
|
|
||||||
{
|
|
||||||
menu_print_font(screen, 255,255,255, x_start, y_start + y, kbin);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int get_next_seq_y(menu_t *p_menu, int v, int dy)
|
static int get_next_seq_y(menu_t *p_menu, int v, int dy)
|
||||||
@ -768,10 +762,8 @@ uint32_t menu_wait_key_press(void)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (keys != 0 || strlen(kbin))
|
if (keys != 0)
|
||||||
{
|
|
||||||
return keys;
|
return keys;
|
||||||
}
|
|
||||||
SDL_Delay(100);
|
SDL_Delay(100);
|
||||||
}
|
}
|
||||||
return keys;
|
return keys;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user