mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ef229c5871
- Update to latest release - Remove dependancy on libpng - Add switches for SDL, GGI and DirectFB support - Use X11 renderer as default - portlint Note: Since ScummVM is in games, this port should probably go to games to. It is not directly an emulator, but an game-data interpreter (just like ScummVM) PR: ports/51731 Submitted by: Ulrich Spoerlein <q@uni.de> Approved by: maintainer timeout
12 lines
282 B
C
12 lines
282 B
C
--- src/gfx/drivers/directfb_driver.c.orig Thu Feb 20 17:37:19 2003
|
|
+++ src/gfx/drivers/directfb_driver.c Thu Feb 20 17:37:46 2003
|
|
@@ -611,7 +611,7 @@
|
|
|
|
switch (pixel_format) {
|
|
|
|
- case DSPF_RGB15:
|
|
+ case DSPF_ARGB1555:
|
|
*bytespp = 2;
|
|
*rm = 5; _rs = 10;
|
|
*gm = 5; _gs = 5;
|