mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
(PS3) Take out hack that would not allow Soft Filter to be set at startup
This commit is contained in:
parent
06ad413f0b
commit
608d271d2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user