mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Menu work, move VOS queue interface
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "HostDisplayDriver.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "HostVOSEventQueue.h"
|
||||
#include "MenuManager.h"
|
||||
#include "WindowManager.h"
|
||||
|
||||
int gpAppMain();
|
||||
@@ -40,6 +41,7 @@ void GpAppInterfaceImpl::PL_IncrementTickCounter(uint32_t count)
|
||||
void GpAppInterfaceImpl::PL_Render(IGpDisplayDriver *displayDriver)
|
||||
{
|
||||
PortabilityLayer::WindowManager::GetInstance()->RenderFrame(displayDriver);
|
||||
PortabilityLayer::MenuManager::GetInstance()->RenderFrame(displayDriver);
|
||||
}
|
||||
|
||||
void GpAppInterfaceImpl::PL_HostFileSystem_SetInstance(PortabilityLayer::HostFileSystem *instance)
|
||||
|
Reference in New Issue
Block a user