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