Ryujinx-SDL/src/video/directfb
Fabrice Fontaine a4b0204b1a src/video/directfb/SDL_DirectFB_render.c: fix build
Build with directfb is broken due to a spurious '}' and a missing 'E'
since version 2.0.12 and https://hg.libsdl.org/SDL/rev/4c2dcf490cba:

/home/buildroot/autobuild/run/instance-2/output-1/build/sdl2-2.0.12/src/video/directfb/SDL_DirectFB_render.c: In function 'SetBlendMode':
/home/buildroot/autobuild/run/instance-2/output-1/build/sdl2-2.0.12/src/video/directfb/SDL_DirectFB_render.c:202:9: error: case label not within a switch statement
  202 |         case SDL_BLENDMODE_MUL:
      |         ^~~~

/home/buildroot/autobuild/run/instance-2/output-1/build/sdl2-2.0.12/src/video/directfb/SDL_DirectFB_render.c:205:67: error: 'DSBF_DSTCOLOR' undeclared (first use in this function); did you mean 'DSBF_DESTCOLOR'?
  205 |             SDL_DFB_CHECK(destsurf->SetSrcBlendFunction(destsurf, DSBF_DSTCOLOR));
      |                                                                   ^~~~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/83ccefee68c2800c0544e6f40fa8bc8ee6b67b77

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-03-24 10:05:51 -07:00
..
SDL_DirectFB_dyn.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_dyn.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_events.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_events.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_modes.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_modes.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_mouse.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_mouse.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_opengl.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_opengl.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_render.c src/video/directfb/SDL_DirectFB_render.c: fix build 2020-03-24 10:05:51 -07:00
SDL_DirectFB_render.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_shape.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_shape.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_video.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_video.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_window.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_window.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_WM.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_DirectFB_WM.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00