mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
Add and update Sculpt game launchers
The retro_frontend component is now a Nitpicker client with smoother framebuffer resizing.
This commit is contained in:
parent
8c9ea49ff5
commit
2bdeaec3d2
@ -1,5 +1,6 @@
|
|||||||
<launcher pkg="ehmry/pkg/2048/18.05">
|
<launcher pkg="ehmry/pkg/2048/2018-08-28">
|
||||||
<route>
|
<route>
|
||||||
<service name="Nitpicker"> <child name="wm"/> </service>
|
<service name="Nitpicker"> <child name="wm"/> </service>
|
||||||
</route>
|
</route>
|
||||||
</launcher>
|
</launcher>
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<launcher pkg="ehmry/pkg/gambatte/2018-07-08">
|
<launcher pkg="ehmry/pkg/gambatte/2018-08-28">
|
||||||
<route>
|
<route>
|
||||||
<service name="Nitpicker"> <child name="wm"/> </service>
|
<service name="Nitpicker"> <child name="wm"/> </service>
|
||||||
|
<!-- The emulator will automatically open the first Game Boy ROM in finds in its file-system session -->
|
||||||
|
<!-- <service name="File_system"> <child name="chroot" label="shared -> GB"/> </service> -->
|
||||||
|
<!-- <service name="Audio_out"> <child name="audio_drv"/> </service> -->
|
||||||
</route>
|
</route>
|
||||||
</launcher>
|
</launcher>
|
||||||
|
|
||||||
|
12
repos/gems/run/sculpt/launcher/quake
Executable file
12
repos/gems/run/sculpt/launcher/quake
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
<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>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user