forked from len0rd/rockbox
Fix red rocklib_img 32-24 bit targets
int is an incompatible type for targets that have 32bit fb_data need to use FB_SCALARPACK for them Change-Id: Ib3b5ff19c54d8d1bb76af33d0538a17a71301514
This commit is contained in:
parent
c0682e0944
commit
046cc497ad
5 changed files with 6 additions and 16 deletions
|
@ -152,7 +152,7 @@ local _print = {} do
|
|||
-- if bByRef is _NIL or false then a copy is returned
|
||||
local function get_settings(bByRef)
|
||||
_p_opts = _p_opts or set_defaults()
|
||||
if not bByRef then
|
||||
if not bByRef then
|
||||
-- shallow copy of table
|
||||
local copy = {}
|
||||
for k, v in pairs(_p_opts) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue