Files
wiicompiled/runtime/include/settings_overlay.h
T
patchzyy ec226e8348 init
2026-08-23 17:10:50 +02:00

16 lines
506 B
C++

#pragma once
#include <aurora/aurora.h>
#include <aurora/event.h>
namespace settings_overlay {
// Apply persistent controller settings once Aurora has discovered host devices.
void InitializeRuntimeSettings() noexcept;
// Draw the F10 settings bar before each Aurora present.
void HandleEvents(const AuroraEvent* events) noexcept;
void Draw() noexcept;
bool StartupScreenVisible() noexcept;
void NotifyStrapInputAccepted() noexcept;
void AdvancePresentedFrame() noexcept;
} // namespace settings_overlay