mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
fixed comments style
This commit is contained in:
parent
7867b09a0e
commit
7e7429cadd
@ -3756,9 +3756,9 @@ static bool command_get_status(const char* arg)
|
||||
if(!is_inited) {
|
||||
snprintf(reply, sizeof(reply), "GET_STATUS CONTENTLESS");
|
||||
} else {
|
||||
// add some content info
|
||||
//char* content_name = load_content_info->content->elems[0].data; // full path
|
||||
const char* content_name = path_basename(path_get(RARCH_PATH_BASENAME)); // filename only without ext
|
||||
/* add some content info */
|
||||
/* char* content_name = load_content_info->content->elems[0].data; */ /* full path */
|
||||
const char* content_name = path_basename(path_get(RARCH_PATH_BASENAME)); /* filename only without ext */
|
||||
int content_crc32 = content_get_crc();
|
||||
const char* system_id = NULL;
|
||||
core_info_t *core_info = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user