diff --git a/settings.c b/settings.c index 35426d3fce..f968792ba7 100644 --- a/settings.c +++ b/settings.c @@ -826,13 +826,8 @@ bool config_load_file(const char *path, bool set_defaults) CONFIG_GET_INT(video.rotation, "video_rotation"); #if defined(HAVE_FILTERS_BUILTIN) -#ifndef __CELLOS_LV2__ - /* TODO - fix loading a softfilter from the start later on PS3 - * some kind of bug in gcmgl that happens right at initialization - - * setting the filter later doesn't cause a problem meanwhile */ CONFIG_GET_INT(video.filter_idx, "filter_index"); #endif -#endif #ifdef RARCH_CONSOLE /* TODO - will be refactored later to make it more clean - it's more