mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
2bdeaec3d2
The retro_frontend component is now a Nitpicker client with smoother framebuffer resizing.
13 lines
420 B
Plaintext
Executable File
13 lines
420 B
Plaintext
Executable File
<launcher pkg="ehmry/pkg/quake_shareware/2018-08-28">
|
|
<route>
|
|
<service name="Nitpicker"> <child name="wm"/> </service>
|
|
<!-- <service name="Audio_out"> <child name="audio_drv"/> </service> -->
|
|
|
|
<!-- id1/pak1.pak will be loaded automatically
|
|
if present in the file-system session -->
|
|
<!-- <service name="File_system">
|
|
<child name="chroot" label="shared -> quake"/> </service> -->
|
|
</route>
|
|
</launcher>
|
|
|