mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Display driver loop refactor
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
#ifndef __PL_HOST_API_HOOK_H__
|
||||
#define __PL_HOST_API_HOOK_H__
|
||||
|
||||
#include "HostSuspendCallID.h"
|
||||
|
||||
@@ -10,8 +8,5 @@ namespace PortabilityLayer
|
||||
|
||||
typedef void(*HostSuspendHook_t)(void *context, HostSuspendCallID callID, const HostSuspendCallArgument *args, HostSuspendCallArgument *returnValue);
|
||||
|
||||
void InstallHostSuspendHook(HostSuspendHook_t hook, void *context);
|
||||
void SuspendApplication(HostSuspendCallID callID, const HostSuspendCallArgument *args, HostSuspendCallArgument *returnValue);
|
||||
}
|
||||
|
||||
#endif
|
||||
void RenderFrames(unsigned int ticks);
|
||||
}
|
||||
|
Reference in New Issue
Block a user