mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Port to *BSD. It runs but isn't terribly useful without Cg.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5934 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
4
Externals/SDL/SDL_config.h
vendored
4
Externals/SDL/SDL_config.h
vendored
@ -1,5 +1,9 @@
|
||||
#include <sys/param.h>
|
||||
|
||||
#if defined __APPLE__
|
||||
#include "include/SDL_config_macosx.h"
|
||||
#elif defined BSD4_4
|
||||
#include "SDL/SDL_config_bsd.h"
|
||||
#elif defined __linux__
|
||||
#include "SDL/SDL_config_linux.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user