Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9201 → Rev 9202

/contrib/sdk/sources/SDL-1.2.2_newlib/src/audio/SDL_kolibri_audio.c
1,11 → 1,12
#include "SDL_audio.h"
#include <kos32sys.h>
#include <menuet/os.h>
#include <SDL_kos.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));
143,7 → 144,7
}
}
if (bPaused)
delay(5);
__kos__delay100(5);
else
{
GetNotify(event);