(Xbox 1) Remove retroarch.h header file

This commit is contained in:
twinaphex 2012-07-24 16:17:50 +02:00
parent 5930c85321
commit 37f5799302
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
// Automatically generated by the bundler tool from retroarch.jpg
#define retroarch_NUM_RESOURCES 1UL
#define retroarch_OFFSET 0UL

View File

@ -73,4 +73,6 @@ void menu_loop(void)
d3d->d3d_render_device->EndScene();
d3d->d3d_render_device->Present(NULL, NULL, NULL, NULL);
}while(g_console.menu_enable);
g_console.ingame_menu_enable = false;
}