mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Lots of Android fixes and stubs. Increase SDL log level on Android. Add GL context loss handling.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#pragma once
|
||||
#ifndef __PL_HOST_API_CALL_ID_H__
|
||||
#define __PL_HOST_API_CALL_ID_H__
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
enum HostSuspendCallID
|
||||
{
|
||||
HostSuspendCallID_Unknown,
|
||||
|
||||
HostSuspendCallID_Delay,
|
||||
#pragma once
|
||||
#ifndef __PL_HOST_API_CALL_ID_H__
|
||||
#define __PL_HOST_API_CALL_ID_H__
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
enum HostSuspendCallID
|
||||
{
|
||||
HostSuspendCallID_Unknown,
|
||||
|
||||
HostSuspendCallID_Delay,
|
||||
HostSuspendCallID_CallOnVOSThread,
|
||||
HostSuspendCallID_ForceSyncFrame
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
HostSuspendCallID_ForceSyncFrame
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user