mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Date: Wed, 9 May 2001 18:03:20 -0600
From: Peter Valchev <pvalchev@openbsd.org> Subject: openbsd patches - The other one dealing with the cdrom... the most likely place on an OpenBSD system for a cdrom is cd?c, my mistake the first time.
This commit is contained in:
parent
143d6388ee
commit
be3ec68154
|
|
@ -142,7 +142,7 @@ int SDL_SYS_CDInit(void)
|
|||
{
|
||||
static char *checklist[] = {
|
||||
#ifdef __OpenBSD__
|
||||
"?0 cd?a", "cdrom", NULL
|
||||
"?0 cd?c", "cdrom", NULL
|
||||
#else
|
||||
"?0 cd?c", "?0 acd?c", "cdrom", NULL
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user