mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Emscripten port
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#include "HostSuspendHook.h"
|
||||
#include "HostSuspendHook.h"
|
||||
#include "HostSuspendCallArgument.h"
|
||||
|
||||
#include "DisplayDeviceManager.h"
|
||||
|
||||
#include "PLDrivers.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
#include "IGpDisplayDriver.h"
|
||||
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
void RenderFrames(unsigned int ticks)
|
||||
{
|
||||
{
|
||||
PLDrivers::GetDisplayDriver()->ServeTicks(ticks);
|
||||
DisplayDeviceManager::GetInstance()->IncrementTickCount(ticks);
|
||||
}
|
||||
}
|
||||
DisplayDeviceManager::GetInstance()->IncrementTickCount(ticks);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user