mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
Merge branch 'master' of https://github.com/CnCNet/cnc-ddraw
This commit is contained in:
commit
ebad2a3d10
2
Makefile
2
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 \
|
||||
|
@ -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
|
||||
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user