mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
(Xbox 1) Remove retroarch.h header file
This commit is contained in:
parent
5930c85321
commit
37f5799302
@ -1,5 +0,0 @@
|
||||
// Automatically generated by the bundler tool from retroarch.jpg
|
||||
|
||||
#define retroarch_NUM_RESOURCES 1UL
|
||||
|
||||
#define retroarch_OFFSET 0UL
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user