mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#include <pspthreadman.h>
|
||||
|
||||
|
||||
Uint64
|
||||
SDL_GetPerformanceCounter(void)
|
||||
Uint64 SDL_GetPerformanceCounter(void)
|
||||
{
|
||||
Uint64 ticks;
|
||||
struct timeval now;
|
||||
@@ -42,8 +41,7 @@ SDL_GetPerformanceCounter(void)
|
||||
return ticks;
|
||||
}
|
||||
|
||||
Uint64
|
||||
SDL_GetPerformanceFrequency(void)
|
||||
Uint64 SDL_GetPerformanceFrequency(void)
|
||||
{
|
||||
return SDL_US_PER_SECOND;
|
||||
}
|
||||
|
Reference in New Issue
Block a user