mirror of https://github.com/xemu-project/xemu.git
Some additiona formatting.
This commit is contained in:
parent
71cad38563
commit
663ce2b88e
|
@ -1493,7 +1493,7 @@ static void kelvin_read_surface(NV2AState *d, KelvinState *kelvin)
|
||||||
static void pgraph_context_init(GraphicsContext *context)
|
static void pgraph_context_init(GraphicsContext *context)
|
||||||
{
|
{
|
||||||
|
|
||||||
context->gl_context = glo_context_create(GLO_FF_DEFAULT);
|
context->gl_context = glo_context_create(GLO_FF_DEFAULT);
|
||||||
|
|
||||||
/* TODO: create glo functions for Mac */
|
/* TODO: create glo functions for Mac */
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ obj-gl-y += gloffscreen_common.o
|
||||||
obj-gl-$(CONFIG_WIN32) += gloffscreen_wgl.o
|
obj-gl-$(CONFIG_WIN32) += gloffscreen_wgl.o
|
||||||
obj-gl-$(CONFIG_LINUX) += gloffscreen_glx.o
|
obj-gl-$(CONFIG_LINUX) += gloffscreen_glx.o
|
||||||
obj-gl-$(CONFIG_DARWIN) += gloffscreen_cgl.o
|
obj-gl-$(CONFIG_DARWIN) += gloffscreen_cgl.o
|
||||||
obj-$(CONFIG_OPENGL) += $(obj-gl-y)
|
obj-$(CONFIG_OPENGL) += $(obj-gl-y)
|
||||||
|
|
Loading…
Reference in New Issue