diskorc handling changed:
- MMSRcParser: old parameters touchResX and touchResY removed, new parameter: touchrect.x, touchrect.y, touchrect.w, touchrect.h
- parameter outputtype can now be set layer specific within <graphicslayer/> and <videolayer/> tag
- old diskorc's will also be supported
For example a <graphics/> section (init disko for OPENGL):
<graphics>
<parameter name="backend" value="x11" />
<graphicslayer>
<parameter name="id" value="0" />
<parameter name="outputtype" value="ogl" />
<parameter name="xres" value="800" />
<parameter name="yres" value="480" />
</graphicslayer>
</graphics>
This works only, if you have compiled disko with GL2/GLX or GLES2/EGL support.