forked from KolibriOS/kolibrios
Fix SDL Makefile to use dll linker script
git-svn-id: svn://kolibrios.org@6356 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -31,6 +31,7 @@ static char rcsid =
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <kos32sys.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
@@ -88,7 +89,7 @@ Uint32 SDL_GetTicks (void)
|
||||
|
||||
void SDL_Delay (Uint32 ms)
|
||||
{
|
||||
__menuet__delay100(ms);
|
||||
delay(ms * 100);
|
||||
/* Uint32 start = SDL_GetTicks();
|
||||
do
|
||||
__asm__("int $0x40" :: "a"(68),"b"(1));
|
||||
|
Reference in New Issue
Block a user