Increase RAM in Grafx2 package
Grafx2 needs more ram to edit things like high-res desktop backgrounds.
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
<runtime ram="64M" caps="192" binary="grafx2">
|
||||
<runtime ram="128M" caps="256" binary="grafx2">
|
||||
|
||||
<requires>
|
||||
<file_system/>
|
||||
<nitpicker/>
|
||||
<timer/>
|
||||
<rtc/>
|
||||
<timer/>
|
||||
</requires>
|
||||
|
||||
<content>
|
||||
<rom label="grafx2"/>
|
||||
<rom label="grafx2_data.tar"/>
|
||||
<rom label="jpeg.lib.so"/>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="libpng.lib.so"/>
|
||||
@@ -25,10 +24,10 @@
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
<vfs>
|
||||
<tar name="grafx2_data.tar" />
|
||||
<fs/>
|
||||
<dir name="dev">
|
||||
<log/> <rtc/>
|
||||
</dir>
|
||||
<fs/>
|
||||
</vfs>
|
||||
</config>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user