mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 09:30:20 +00:00
2db54798d7
I am not replacing the following header files used by the Windows build, as I don't have a Windows build setup to test. Please point the Windows build at the header files inside these clean distribution packages and garbage collect the duplicates: GLew/*.h and SDL/Include_1.2. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5711 8ced0084-cf51-0410-be5f-012b33b47a6e
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
The AmigaOS code has been removed from SDL, since it had been broken for a
|
|
long time and had a few bits of fairly invasive code #ifdef'd into the
|
|
SDL core.
|
|
|
|
However, there is an OS4 version of SDL here:
|
|
http://www.rcdrummond.net/amiga/index.html
|
|
|
|
And a MorphOS version here:
|
|
http://www.lehtoranta.net/powersdl/
|
|
|
|
--ryan.
|
|
|