diff options
author | 2016-09-13 21:33:35 +0100 | |
---|---|---|
committer | 2016-09-13 21:33:35 +0100 | |
commit | 48477c5f5e055718357ef4e18516ba9239b35532 (patch) | |
tree | 729e55a41cb21b7c24e04006a300c45ec7bfe1f1 /media-libs/openglide/files/OpenGLid.ini | |
parent | lxde-base/lxde-meta: New lxde meta ebuild (diff) | |
download | gentoo-48477c5f5e055718357ef4e18516ba9239b35532.tar.gz gentoo-48477c5f5e055718357ef4e18516ba9239b35532.tar.bz2 gentoo-48477c5f5e055718357ef4e18516ba9239b35532.zip |
media-libs/openglide: New package for emulating Glide
The original upstream is dead but I have been contributing to a fork
on GitHub that's being maintained by another Gentoo user.
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/openglide/files/OpenGLid.ini')
-rw-r--r-- | media-libs/openglide/files/OpenGLid.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/openglide/files/OpenGLid.ini b/media-libs/openglide/files/OpenGLid.ini new file mode 100644 index 000000000000..d4ae7490a4bd --- /dev/null +++ b/media-libs/openglide/files/OpenGLid.ini @@ -0,0 +1,26 @@ +Configuration File for OpenGLide + +Info: +Priority goes from 0(HIGH) to 5(IDLE) +Output resolution: 0 = original, 1.0-16.0 = scale factor, >16 = fixed width (height calculated automatically) +Texture Memory goes from 2 to 32 +Frame Buffer Memory goes from 2 to 16 +All other fields are boolean with 1(TRUE) and 0(FALSE) + +Version=0.09rc9 + +[Options] +WrapperPriority=2 +CreateWindow=0 +InitFullScreen=1 +Resolution=0.0 +EnableMipMaps=1 +IgnorePaletteChange=0 +Wrap565to5551=1 +EnablePrecisionFix=1 +EnableMultiTextureEXT=1 +EnablePaletteEXT=1 +EnableVertexArrayEXT=0 +TextureMemorySize=32 +FrameBufferMemorySize=16 +NoSplash=1 |