mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
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
|
||||
* 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)
|
||||
goto error;
|
||||
saved_context = context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user