(PS3) Doesn't crash anymore

This commit is contained in:
TwinAphex51224 2012-01-25 23:44:32 +01:00 committed by Themaister
parent badf807ae9
commit f9de1a8831
2 changed files with 2 additions and 4 deletions

View File

@ -1359,10 +1359,8 @@ void menu_loop(void)
do
{
//ps3graphics_draw_menu();
glClear(GL_COLOR_BUFFER_BIT);
//gl_frame_menu();
g_frame_count++;
gl_frame_menu();
switch(menuStack[menuStackindex].enum_id)
{

View File

@ -880,7 +880,7 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
if (!gl_shader_init())
{
SSNES_ERR("Shader init failed.\n");
SSNES_ERR("Menu shader init failed.\n");
psgl_deinit(gl);
free(gl);
return NULL;