SDL: Ported to YARI
commit83ed23890c6870bc9dfeaeb4d9d3fdecaeb3fe2d
authorTommy Thorn <tommy-git@thorn.ws>
Sun, 7 Dec 2008 01:54:48 +0000 (6 17:54 -0800)
committerTommy Thorn <tommy-git@thorn.ws>
Sun, 7 Dec 2008 08:24:35 +0000 (7 00:24 -0800)
treeb87003998e162755507d79bae5c16cf9161f3f96
parentb80550b80a8133ef504c1a606d6f189999e816c3
SDL: Ported to YARI

There appears to be a bug when invoking SDL_Quit() - it tries to free
the hardware surface and obviously fails.
SDL-1.2/Makefile.yari [new file with mode: 0644]
SDL-1.2/include/SDL_config.h
SDL-1.2/include/SDL_config.h.default
SDL-1.2/include/SDL_config_yari.h [new file with mode: 0644]
SDL-1.2/include/SDL_platform.h
SDL-1.2/src/timer/yari/SDL_systimer.c [new file with mode: 0644]
SDL-1.2/src/timer/yari/yari_hwr.c [new file with mode: 0644]
SDL-1.2/src/video/SDL_sysvideo.h
SDL-1.2/src/video/SDL_video.c
SDL-1.2/src/video/nds/SDL_ndsvideo.c
SDL-1.2/src/video/yari/SDL_yarivideo.c [new file with mode: 0644]