mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 23:25:40 +00:00
7 lines
238 B
XML
7 lines
238 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<dllmap dll="SDL2" os="windows" target="SDL2.dll"/>
|
|
<dllmap dll="SDL2" os="osx" target="libSDL2.dylib"/>
|
|
<dllmap dll="SDL2" os="linux" target="libSDL2-2.0.so.0"/>
|
|
</configuration>
|