mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 05:40:56 +00:00
e1b8926593
Now find the smallest resolution available that is still greater than 1280x720. Resolutions that aren't exactly 1280x720 are still slightly broken because they don't scale or center.
14 lines
633 B
XML
14 lines
633 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
|
<attributes>
|
|
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="limelight-pc/libs/lin64"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="libs/limelight-common.jar"/>
|
|
<classpathentry kind="lib" path="libs/xpp3-1.1.4c.jar"/>
|
|
<classpathentry kind="lib" path="libs/jinput.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|