Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9287 → Rev 9288

/contrib/sdk/sources/SDL-1.2.2_newlib/src/audio/SDL_kolibri_audio.c
1,12 → 1,11
#include "SDL_audio.h"
#include <SDL_kos.h>
#include <kos32sys.h>
#include <menuet/os.h>
#include <stdlib.h>
#include <string.h>
#include <sound.h>
#include <stdio.h>
 
extern void SDL_printf(const char * fmt,...);
 
static void GetNotify(__u32* event)
{
__asm__("int $0x40" :: "a"(68),"b"(14),"c"(event));
144,7 → 143,7
}
}
if (bPaused)
__kos__delay100(5);
delay(5);
else
{
GetNotify(event);