mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 18:19:40 +00:00
Fixed typo in config
This commit is contained in:
parent
b5762af567
commit
191ce0ad89
|
@ -13,7 +13,7 @@
|
||||||
<dllmap dll="SDL2_mixer.dll" os="linux" target="libSDL2_mixer-2.0.so.0"/>
|
<dllmap dll="SDL2_mixer.dll" os="linux" target="libSDL2_mixer-2.0.so.0"/>
|
||||||
|
|
||||||
<dllmap dll="SDL2_ttf.dll" os="windows" target="SDL2_ttf.dll"/>
|
<dllmap dll="SDL2_ttf.dll" os="windows" target="SDL2_ttf.dll"/>
|
||||||
<dllmap dll="SDL2_ttf.dll" os="osx" target="SDL2_ttf.framework/SDL_ttf"/>
|
<dllmap dll="SDL2_ttf.dll" os="osx" target="SDL2_ttf.framework/SDL2_ttf"/>
|
||||||
<dllmap dll="SDL2_ttf.dll" os="linux" target="libSDL2_ttf-2.0.so.0"/>
|
<dllmap dll="SDL2_ttf.dll" os="linux" target="libSDL2_ttf-2.0.so.0"/>
|
||||||
|
|
||||||
<dllmap dll="opengl32.dll" os="windows" target="opengl32.dll"/>
|
<dllmap dll="opengl32.dll" os="windows" target="opengl32.dll"/>
|
||||||
|
|
Loading…
Reference in a new issue