From d0ee8d3979a8a72816dfa4a932e2d4bc102fa872 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh <FunkyFr3sh@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:24:07 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee5ff8f..1980331 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,4 @@ Some games may require additional steps before they can be used with cnc-ddraw, There are a lot more games supported but I don't usually update the list, just give it a try and if it doesn't work then check the instructions above. -[](https://github.com/FunkyFr3sh/cnc-ddraw/releases) +[](https://github.com/FunkyFr3sh/cnc-ddraw/releases/latest/download/cnc-ddraw.zip) From 6b7814debf4e6512de43cda845c17f4e8097f2a3 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh <FunkyFr3sh@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:29:44 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1980331..dd21ff7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ cnc-ddraw can fix compatibility issues in older games, such as black screen, bad ### Features - - Supports Windows XP, Vista, 7, 8, 10, 11 and Wine + - Supports Windows 2000, XP, Vista, 7, 8, 10, 11, Wine (Linux/macOS) and Virtual Machines - GDI / OpenGL / Direct3D 9 renderer (With automatic renderer selection) - Upscaling via glsl shaders - https://imgur.com/a/kxsM1oY | https://imgur.com/a/wjrhpFV - Windowed Mode / Fullscreen Exclusive Mode / Borderless Mode From d9a919aee2d7e766dc37c001b82913da7238d3a3 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh <FunkyFr3sh@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:32:02 +0200 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2d9339..d4cbe4d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WINDRES ?= windres LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -CFLAGS = -std=c99 -O3 -march=pentium2 +CFLAGS = -std=c99 -O3 -march=i486 LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \