equal
deleted
inserted
replaced
99 device->driverdata = phdata; |
99 device->driverdata = phdata; |
100 |
100 |
101 phdata->egl_initialized = SDL_TRUE; |
101 phdata->egl_initialized = SDL_TRUE; |
102 |
102 |
103 |
103 |
104 /* Setup amount of available displays and current display */ |
104 /* Setup amount of available displays */ |
105 device->num_displays = 0; |
105 device->num_displays = 0; |
106 |
106 |
107 /* Set device free function */ |
107 /* Set device free function */ |
108 device->free = PSP_Destroy; |
108 device->free = PSP_Destroy; |
109 |
109 |