mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Date: Wed, 26 Jan 2005 13:37:09 GMT
From: Peter Naulls Subject: RISC OS SDL Patches Sam, I've attached a diff of the latest changes to libSDL for RISC OS support. These changes are by Alan Buckley and myself. The most significant of these are: Optimised assembler blit rountines - I've attached the file src/video/riscos/SDL_riscosASM.s which is needed for this. Move to using /dev/dsp instead of its own audio implementation. This means that src/audio/riscos/SDL_drenderer.c should be removed Typo fixes. Mainly correct spelling of "RISC OS", but some from elsewhere too.
This commit is contained in:
@@ -99,8 +99,8 @@ void SDL_Delay (Uint32 ms)
|
||||
} else is_event_thread = 1;
|
||||
#endif
|
||||
|
||||
/*TODO: Next version of unixlib may allow us to use usleep here */
|
||||
/* for non event threads */
|
||||
/*TODO: Next version of Unixlib may allow us to use usleep here */
|
||||
/* for non event threads */
|
||||
|
||||
/* Set the timeout interval - Linux only needs to do this once */
|
||||
then = SDL_GetTicks();
|
||||
@@ -222,7 +222,7 @@ void SDL_SYS_TimerQuit(void)
|
||||
|
||||
int SDL_SYS_StartTimer(void)
|
||||
{
|
||||
SDL_SetError("Internal logic error: RISCOS uses threaded timer");
|
||||
SDL_SetError("Internal logic error: RISC OS uses threaded timer");
|
||||
return(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user