/* RetroArch - A frontend for libretro.
* Copyright (C) 2011-2015 - Daniel De Matteis
*
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
*
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see .
*/
#include
#include
#include
#include "menu_hash.h"
#include "../configuration.h"
static const char *menu_hash_to_str_french(uint32_t hash)
{
switch (hash)
{
default:
break;
}
return "null";
}
static const char *menu_hash_to_str_dutch(uint32_t hash)
{
switch (hash)
{
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Core Informatie";
case MENU_LABEL_CORE_LIST:
return "Laad Core";
case MENU_LABEL_VALUE_SETTINGS:
return "Instellingen";
case MENU_LABEL_VALUE_OPTIONS:
return "Opties";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "Systeem Informatie";
default:
break;
}
return "null";
}
static const char *menu_hash_to_str_english(uint32_t hash)
{
switch (hash)
{
case MENU_LABEL_REWIND_GRANULARITY:
return "rewind_granularity";
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Rewind Granularity";
case MENU_LABEL_REMAP_FILE_LOAD:
return "remap_file_load";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:
return "Load Remap File";
case MENU_LABEL_REMAP_FILE_SAVE_AS:
return "remap_file_save_as";
case MENU_LABEL_VALUE_REMAP_FILE_SAVE_AS:
return "Save Remap File As";
case MENU_LABEL_CUSTOM_RATIO:
return "custom_ratio";
case MENU_LABEL_VALUE_CUSTOM_RATIO:
return "Custom Ratio";
case MENU_LABEL_VALUE_USE_THIS_DIRECTORY:
return "