102 |
|
// Retrieves a list of resolutions, replaced by "daodan_enumerate_valid_display_modes" |
103 |
|
DefFunc(unsigned int, gl_enumerate_valid_display_modes, ONICALL, (M3tDisplayMode modes[16]), 0x004083a0); |
104 |
|
DefFunc(int, gl_platform_set_pixel_format, ONICALL, (HDC hdc), 0x00407b50); |
105 |
+ |
|
106 |
+ |
// Original graphics initialization method patched to use "daodangl_platform_initialize" instead if daodangl is used |
107 |
|
DefFunc(int, gl_platform_initialize, ONICALL, (), 0x00407da0); |
108 |
|
|
109 |
|
DefFunc(float, ONrPersist_GetGamma, ONICALL, (), 0x0050f450); |