(PS3) Take out hack that would not allow Soft Filter to be set at startup

This commit is contained in:
twinaphex 2014-05-29 03:18:29 +02:00
parent 06ad413f0b
commit 608d271d2c

View File

@ -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