Adds some options into AppSettings for JogAmp's JOGL and JOAL
This commit is contained in:
parent
daa18429d1
commit
9f56a45d56
@ -110,6 +110,24 @@ public final class AppSettings extends HashMap<String, Object> {
|
||||
* @see AppSettings#setAudioRenderer(java.lang.String)
|
||||
*/
|
||||
public static final String ANDROID_OPENAL_SOFT = "OpenAL_SOFT";
|
||||
|
||||
/**
|
||||
* Use JogAmp's JOGL as the display system
|
||||
* <p>
|
||||
* N.B: This backend is EXPERIMENTAL
|
||||
*
|
||||
* @see AppSettings#setRenderer(java.lang.String)
|
||||
*/
|
||||
public static final String JOGL = "JOGL";
|
||||
|
||||
/**
|
||||
* Use JogAmp's JOAL as the display system
|
||||
* <p>
|
||||
* N.B: This backend is EXPERIMENTAL
|
||||
*
|
||||
* @see AppSettings#setRenderer(java.lang.String)
|
||||
*/
|
||||
public static final String JOAL = "JOAL";
|
||||
|
||||
static {
|
||||
defaults.put("Width", 640);
|
||||
|
Loading…
x
Reference in New Issue
Block a user