mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Updated list of third party code and generated files
This commit is contained in:
parent
46903e61e6
commit
658fc3db0f
1 changed files with 10 additions and 4 deletions
|
@ -18,15 +18,21 @@ git checkout \
|
|||
stdlib/SDL_malloc.c \
|
||||
stdlib/SDL_qsort.c \
|
||||
stdlib/SDL_strtokr.c \
|
||||
video/arm \
|
||||
video/khronos \
|
||||
video/x11/edid-parse.c \
|
||||
video/x11/xsettings-client.* \
|
||||
video/yuv2rgb
|
||||
clang-format -i hidapi/SDL_hidapi.c
|
||||
|
||||
# Revert generated code
|
||||
git checkout dynapi/SDL_dynapi_overrides.h
|
||||
git checkout dynapi/SDL_dynapi_procs.h
|
||||
git checkout render/metal/SDL_shaders_metal_*.h
|
||||
git checkout \
|
||||
dynapi/SDL_dynapi_overrides.h \
|
||||
dynapi/SDL_dynapi_procs.h \
|
||||
render/*/*Shader*.h \
|
||||
render/metal/SDL_shaders_metal_*.h \
|
||||
render/vitagxm/SDL_render_vita_gxm_shaders.h \
|
||||
video/directx/SDL_d3d12_xbox_cmacros.h \
|
||||
video/directx/d3d12.h \
|
||||
video/directx/d3d12sdklayers.h \
|
||||
|
||||
echo "clang-format complete!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue