mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 13:20:52 +00:00
(Xbox 1) Remove useless log
This commit is contained in:
parent
5264bbb7dc
commit
5811df47e3
@ -237,8 +237,6 @@ int menu_init(void)
|
|||||||
strlcpy(browser.extensions, rarch_console_get_rom_ext(), sizeof(browser.extensions));
|
strlcpy(browser.extensions, rarch_console_get_rom_ext(), sizeof(browser.extensions));
|
||||||
filebrowser_set_root(&browser, g_console.default_rom_startup_dir);
|
filebrowser_set_root(&browser, g_console.default_rom_startup_dir);
|
||||||
filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET);
|
filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET);
|
||||||
|
|
||||||
RARCH_LOG("CMenuMain::Create().\n");
|
|
||||||
|
|
||||||
width = d3d->d3dpp.BackBufferWidth;
|
width = d3d->d3dpp.BackBufferWidth;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user