Files
wiicompiled/aurora-main/lib/dolphin/vi/vi_internal.hpp
T
patchzyy ec226e8348 init
2026-08-23 17:10:50 +02:00

15 lines
330 B
C++

#pragma once
#include <dolphin/gx/GXStruct.h>
#include <cstdint>
#include <aurora/math.hpp>
namespace aurora::vi {
void configure(const GXRenderModeObj* rm) noexcept;
Vec2<uint32_t> configured_fb_size() noexcept;
Vec2<uint32_t> visible_fb_size() noexcept;
float present_aspect_correction() noexcept;
} // namespace aurora::vi