Combine metal_common.m into metal.m

This commit is contained in:
reallibretroadmin 2023-01-08 01:37:54 +01:00
parent d1408b0c24
commit 10947894ea
4 changed files with 1525 additions and 1561 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"