graphos GO1/GO2 files are 16 colors = 4bpp
This commit is contained in:
parent
24a09c1569
commit
e84b186794
@ -723,7 +723,7 @@ void Load_GOS(T_IO_Context* context)
|
||||
else
|
||||
file_size = File_length_file(file);
|
||||
|
||||
Pre_load(context, 192, 272, file_size, FORMAT_GOS, PIXEL_WIDE, 0);
|
||||
Pre_load(context, 192, 272, file_size, FORMAT_GOS, PIXEL_WIDE, 4);
|
||||
|
||||
// load pixels
|
||||
pixel_data = GFX2_malloc(16384);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user