| 2068 | } |
| 2069 | |
| 2070 | int rend_ReInit() { |
| 2071 | opengl_Close(true); |
| 2072 | return opengl_Init(NULL, &gpu_preferred_state); |
| 2073 | } |
| 2074 | |
| 2075 | // Takes a bitmap and blits it to the screen using linear frame buffer stuff |
| 2076 | // X and Y are the destination X,Y |
no test coverage detected