Combine metal_common.m into metal.m
This commit is contained in:
parent
d1408b0c24
commit
10947894ea
|
@ -1585,7 +1585,6 @@ ifeq ($(HAVE_METAL), 1)
|
|||
DEF_FLAGS += -fobjc-arc
|
||||
OBJ += \
|
||||
gfx/common/metal/metal_renderer.o \
|
||||
gfx/common/metal_common.o \
|
||||
gfx/drivers/metal.o \
|
||||
gfx/drivers_font/metal_raster_font.o \
|
||||
gfx/drivers_display/gfx_display_metal.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
1537
gfx/drivers/metal.m
1537
gfx/drivers/metal.m
File diff suppressed because it is too large
Load Diff
|
@ -59,7 +59,6 @@
|
|||
|
||||
#ifdef HAVE_METAL
|
||||
#import "../gfx/common/metal/metal_renderer.m"
|
||||
#import "../gfx/common/metal_common.m"
|
||||
#import "../gfx/drivers/metal.m"
|
||||
#import "../gfx/drivers_display/gfx_display_metal.m"
|
||||
#import "../gfx/drivers_font/metal_raster_font.m"
|
||||
|
|
Loading…
Reference in New Issue