Increase RAM in Grafx2 package

Grafx2 needs more ram to edit things like high-res desktop backgrounds.
This commit is contained in:
Emery Hemingway
2019-03-22 10:46:01 +01:00
parent f8924a3337
commit 8c5b16ea6a

View File

@@ -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>