mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed typo and updated shaders (nw)
This commit is contained in:
parent
5156e7c74c
commit
c211202b6e
@ -54,7 +54,7 @@ ifeq ($(TARGET), 4)
|
|||||||
VS_FLAGS=--platform linux -p 120
|
VS_FLAGS=--platform linux -p 120
|
||||||
FS_FLAGS=--platform linux -p 120
|
FS_FLAGS=--platform linux -p 120
|
||||||
CS_FLAGS=--platform linux -p 430
|
CS_FLAGS=--platform linux -p 430
|
||||||
SHADER_PATH=shaders/glsl$/$(SHADERS_DIR)
|
SHADER_PATH=shaders/glsl/$(SHADERS_DIR)
|
||||||
else
|
else
|
||||||
ifeq ($(TARGET), 5)
|
ifeq ($(TARGET), 5)
|
||||||
VS_FLAGS=--platform osx -p metal
|
VS_FLAGS=--platform osx -p metal
|
||||||
|
Loading…
Reference in New Issue
Block a user