(RARCH_CONSOL) Get rid of more console config loading legacy code

This commit is contained in:
twinaphex 2013-10-07 01:00:25 +00:00
parent ef593a5d1a
commit 91d0c5b95a

View File

@ -607,13 +607,6 @@ bool config_load_file(const char *path)
/* TODO - will be refactored later to make it more clean - it's more
* important that it works for consoles right now */
for (unsigned i = 0; i < MAX_PLAYERS; i++)
{
char cfg[64];
snprintf(cfg, sizeof(cfg), "input_device_p%u", i + 1);
CONFIG_GET_INT(input.device[i], cfg);
}
CONFIG_GET_BOOL_EXTERN(console.screen.gamma_correction, "gamma_correction");
bool msg_enable = false;