1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00
This commit is contained in:
FunkyFr3sh 2022-10-11 23:13:13 +02:00
commit ebad2a3d10
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
WINDRES ?= windres WINDRES ?= windres
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s 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 LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
FILES = src/IDirect3D/IDirect3D.c \ FILES = src/IDirect3D/IDirect3D.c \

View File

@ -5,7 +5,7 @@ cnc-ddraw can fix compatibility issues in older games, such as black screen, bad
### Features ### 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) - GDI / OpenGL / Direct3D 9 renderer (With automatic renderer selection)
- Upscaling via glsl shaders - https://imgur.com/a/kxsM1oY | https://imgur.com/a/wjrhpFV - Upscaling via glsl shaders - https://imgur.com/a/kxsM1oY | https://imgur.com/a/wjrhpFV
- Windowed Mode / Fullscreen Exclusive Mode / Borderless Mode - Windowed Mode / Fullscreen Exclusive Mode / Borderless Mode
@ -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. 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://img.shields.io/github/downloads/FunkyFr3sh/cnc-ddraw/total)](https://github.com/FunkyFr3sh/cnc-ddraw/releases) [![](https://img.shields.io/github/downloads/FunkyFr3sh/cnc-ddraw/total)](https://github.com/FunkyFr3sh/cnc-ddraw/releases/latest/download/cnc-ddraw.zip)