Show More
Commit Description:
Dialog tweaks and update swear list....
Commit Description:
Dialog tweaks and update swear list.
Keep the list of swears to censor up to date, lol.
References:
File last commit:
Show/Diff file:
Action:
FNA/lib/SDL2-CS/app.config
22 lines | 1.0 KiB | text/plain | TextLexer
22 lines | 1.0 KiB | text/plain | TextLexer
r0 | <?xml version="1.0" encoding="utf-8"?> | |||
<configuration> | ||||
<dllmap dll="SDL2" os="windows" target="SDL2.dll"/> | ||||
<dllmap dll="SDL2" os="osx" target="libSDL2-2.0.0.dylib"/> | ||||
<dllmap dll="SDL2" os="linux" target="libSDL2-2.0.so.0"/> | ||||
r690 | <dllmap dll="SDL2_gfx" os="windows" target="SDL2_gfx.dll"/> | |||
<dllmap dll="SDL2_gfx" os="osx" target="libSDL2_gfx-1.0.0.dylib"/> | ||||
<dllmap dll="SDL2_gfx" os="linux" target="libSDL2_gfx-1.0.so.0"/> | ||||
r0 | <dllmap dll="SDL2_image" os="windows" target="SDL2_image.dll"/> | |||
<dllmap dll="SDL2_image" os="osx" target="libSDL2_image-2.0.0.dylib"/> | ||||
<dllmap dll="SDL2_image" os="linux" target="libSDL2_image-2.0.so.0"/> | ||||
<dllmap dll="SDL2_mixer" os="windows" target="SDL2_mixer.dll"/> | ||||
<dllmap dll="SDL2_mixer" os="osx" target="libSDL2_mixer-2.0.0.dylib"/> | ||||
<dllmap dll="SDL2_mixer" os="linux" target="libSDL2_mixer-2.0.so.0"/> | ||||
<dllmap dll="SDL2_ttf" os="windows" target="SDL2_ttf.dll"/> | ||||
<dllmap dll="SDL2_ttf" os="osx" target="libSDL2_ttf-2.0.0.dylib"/> | ||||
<dllmap dll="SDL2_ttf" os="linux" target="libSDL2_ttf-2.0.so.0"/> | ||||
</configuration> | ||||