mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fixed typo and updated shaders (nw)
This commit is contained in:
parent
5156e7c74c
commit
c211202b6e
3 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ifeq ($(TARGET), 4)
|
|||
VS_FLAGS=--platform linux -p 120
|
||||
FS_FLAGS=--platform linux -p 120
|
||||
CS_FLAGS=--platform linux -p 430
|
||||
SHADER_PATH=shaders/glsl$/$(SHADERS_DIR)
|
||||
SHADER_PATH=shaders/glsl/$(SHADERS_DIR)
|
||||
else
|
||||
ifeq ($(TARGET), 5)
|
||||
VS_FLAGS=--platform osx -p metal
|
||||
|
|
Loading…
Reference in a new issue