mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-02 22:55:41 +00:00
Change C++ comments to c
This commit is contained in:
parent
8ca9797a16
commit
bb5cd1dfeb
@ -1743,7 +1743,7 @@ static bool menu_init(menu_handle_t *menu_data)
|
||||
|
||||
configuration_set_bool(settings,
|
||||
settings->bools.menu_show_start_screen, false);
|
||||
#if !defined(PS2) // TODO: PS2 IMPROVEMENT
|
||||
#if !defined(PS2) /* TODO: PS2 IMPROVEMENT */
|
||||
if (settings->bools.config_save_on_exit)
|
||||
command_event(CMD_EVENT_MENU_SAVE_CURRENT_CONFIG, NULL);
|
||||
#endif
|
||||
|
@ -123,7 +123,7 @@ void retro_main_log_file_init(const char *path)
|
||||
log_file_fp = (FILE*)fopen_utf8(path, "wb");
|
||||
log_file_initialized = true;
|
||||
|
||||
#if !defined(PS2) // TODO: PS2 IMPROVEMENT
|
||||
#if !defined(PS2) /* TODO: PS2 IMPROVEMENT */
|
||||
/* TODO: this is only useful for a few platforms, find which and add ifdef */
|
||||
log_file_buf = calloc(1, 0x4000);
|
||||
setvbuf(log_file_fp, (char*)log_file_buf, _IOFBF, 0x4000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user