From ee0161e9c47ae131a46ca53c66481a02c1c94512 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 5 Mar 2019 03:15:11 +0100 Subject: [PATCH] build fix --- core/rend/gles/gles.h | 2 +- shell/linux/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/rend/gles/gles.h b/core/rend/gles/gles.h index 96d0da957..7a899a8b4 100755 --- a/core/rend/gles/gles.h +++ b/core/rend/gles/gles.h @@ -175,7 +175,7 @@ bool render_output_framebuffer(); void free_output_framebuffer(); void HideOSD(); -void OSD_DRAW(); +void OSD_DRAW(bool clear_screen); int GetProgramID(u32 cp_AlphaTest, u32 pp_ClipTestMode, u32 pp_Texture, u32 pp_UseAlpha, u32 pp_IgnoreTexA, u32 pp_ShadInstr, u32 pp_Offset, u32 pp_FogCtrl, bool pp_Gouraud, bool pp_BumpMap, bool fog_clamping, bool trilinear); diff --git a/shell/linux/Makefile b/shell/linux/Makefile index 766bd1f7d..407e0979c 100644 --- a/shell/linux/Makefile +++ b/shell/linux/Makefile @@ -1,3 +1,4 @@ +.DEFAULT_GOAL := all LOCAL_PATH := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) FOR_LINUX :=1 #NO_REC := 1