gcm_gfx.c: compatibility with recent psl1ght sdk
This commit is contained in:
parent
d93cf0d9dc
commit
3f7895a668
|
@ -193,7 +193,7 @@ static gcmContextData *gcm_init_screen(gcm_video_t* gcm)
|
||||||
|
|
||||||
/* Initialise Reality, which sets up the
|
/* Initialise Reality, which sets up the
|
||||||
* command buffer and shared I/O memory */
|
* command buffer and shared I/O memory */
|
||||||
context = rsxInit (CB_SIZE, HOST_SIZE, host_addr);
|
rsxInit (&context, CB_SIZE, HOST_SIZE, host_addr);
|
||||||
if (!context)
|
if (!context)
|
||||||
goto error;
|
goto error;
|
||||||
saved_context = context;
|
saved_context = context;
|
||||||
|
|
Loading…
Reference in New Issue