(m291) Increase buffer sizes
This commit is contained in:
parent
efbd264273
commit
e3dc68752f
|
@ -412,5 +412,5 @@
|
||||||
|
|
||||||
@id3 &title $100 &artist $100 &album $100
|
@id3 &title $100 &artist $100 &album $100
|
||||||
|
|
||||||
@mem &filepath $80 &dir $800 &folders $800 &tracks $800
|
@mem &dir $4000 &folders $3000 &tracks
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
( name ) "m291 0a
|
( name ) "m291 0a
|
||||||
( desc ) "Audio 20 "Player 0a
|
( desc ) "Audio 20 "Player 0a
|
||||||
( auth ) "By 20 "Devine 20 "Lu 20 "Linvega 0a
|
( auth ) "By 20 "Devine 20 "Lu 20 "Linvega 0a
|
||||||
( date ) "26 20 "Aug 20 "2024 $2
|
( date ) "27 20 "Aug 20 "2024 $2
|
||||||
|
|
||||||
(
|
(
|
||||||
@|vectors )
|
@|vectors )
|
||||||
|
@ -665,11 +665,6 @@
|
||||||
ADD2r next-glyph LDAk ?&>while
|
ADD2r next-glyph LDAk ?&>while
|
||||||
POP2 STH2r JMP2r
|
POP2 STH2r JMP2r
|
||||||
|
|
||||||
@<draw-uf2-right> ( text* color -- )
|
|
||||||
STH
|
|
||||||
.Screen/x DEI2 OVR2 get-uf2-width SUB2 .Screen/x DEO2
|
|
||||||
STHr !<draw-uf2>
|
|
||||||
|
|
||||||
@<draw-uf2-center> ( text* color -- )
|
@<draw-uf2-center> ( text* color -- )
|
||||||
STH
|
STH
|
||||||
.Screen/x DEI2 OVR2 get-uf2-width #01 SFT2 SUB2 .Screen/x DEO2
|
.Screen/x DEI2 OVR2 get-uf2-width #01 SFT2 SUB2 .Screen/x DEO2
|
||||||
|
|
Loading…
Reference in New Issue