mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 05:15:32 +00:00
6 lines
285 B
XML
6 lines
285 B
XML
<configuration>
|
|
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
|
|
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
|
|
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.0"/>
|
|
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
|
|
</configuration> |