RetroArch/gfx
orbea 30e5f1dfef Fix gcc -Wformat warnings with C89_BUILD.
gfx/display_servers/dispserv_x11.c: In function ‘x11_display_server_set_resolution’:
gfx/display_servers/dispserv_x11.c:221:76: warning: ISO C90 does not support the ‘%lf’ gnu_printf format [-Wformat=]
       snprintf(xrandr, sizeof(xrandr), "xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d -hsync -vsync", width, height, hz, pixel_clock,
                                                                            ^
gfx/display_servers/dispserv_x11.c:228:76: warning: ISO C90 does not support the ‘%lf’ gnu_printf format [-Wformat=]
       snprintf(xrandr, sizeof(xrandr), "xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d interlace -hsync -vsync", width, height, hz, pixel_clock,
                                                                            ^
2018-12-16 19:15:45 -08:00
..
common Vulkan: Fix potential crash when toggling fullscreen. 2018-12-12 13:28:46 +01:00
display_servers Fix gcc -Wformat warnings with C89_BUILD. 2018-12-16 19:15:45 -08:00
drivers Vulkan: Fix potential crash when toggling fullscreen. 2018-12-12 13:28:46 +01:00
drivers_context EGL: Add callback to select EGLConfig. 2018-12-11 20:12:25 +01:00
drivers_font gdi: remove unused variable 2018-10-10 17:54:38 -04:00
drivers_font_renderer Fix c89 'keyword is hidden by macro definition' with clang. 2018-12-16 08:01:03 -08:00
drivers_renderchain Get rid of video_context_driver_bind_hw_render 2018-10-14 19:49:24 +02:00
drivers_shader Fix clang -Wreorder warnings. 2018-12-16 16:16:07 -08:00
drivers_tracker Fix Python codepath 2018-02-19 09:11:33 +01:00
include (Vulkan) Update headers - use C comments 2018-05-13 21:42:02 +02:00
video_filters Add Normal2x CPU filter 2018-11-02 14:30:26 +00:00
font_driver.c use stb font in emscripten (untested) 2018-09-30 17:41:24 -05:00
font_driver.h Add switch_nx_gfx.c 2018-09-12 21:44:53 +02:00
video_coord_array.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
video_coord_array.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
video_crt_switch.c Rename switch_resolution to set_resolution 2018-11-24 10:35:32 +01:00
video_crt_switch.h style cleanup 2018-10-02 16:56:40 -04:00
video_defines.h Add switch_nx_gfx.c 2018-09-12 21:44:53 +02:00
video_display_server.c Set current_display_server by default to dispserv_null 2018-11-25 19:12:21 +01:00
video_display_server.h Rename switch_resolution to set_resolution 2018-11-24 10:35:32 +01:00
video_driver.c Fix title window fps counter. 2018-11-30 00:30:12 +01:00
video_driver.h PS2 making the gfx driver clean the screen 2018-11-09 22:40:50 +01:00
video_filter.c Add Normal2x CPU filter 2018-11-02 14:30:26 +00:00
video_filter.h Fix some linkage errors with RA MSVC 2010 2017-12-30 13:00:08 +01:00
video_shader_parse.c Qt: limit shader preset/pass selection to the appropriate extensions 2018-08-20 20:26:50 -04:00
video_shader_parse.h Qt: set shader dialog title to current preset/shader name 2018-08-18 12:39:17 -04:00
video_state_tracker.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
video_state_tracker.h Fix some linkage errors with RA MSVC 2010 2017-12-30 13:00:08 +01:00
video_thread_wrapper.c This stops the crashes with video_get_output_size/next/prev 2018-11-25 21:51:09 +01:00
video_thread_wrapper.h Revert "Change custom_command_method_t returntype to int64_t" 2018-11-26 20:30:53 +01:00