Trim Win32 runtime and VR retained state

This commit is contained in:
2026-06-17 10:40:24 +02:00
parent f45fc8226c
commit 3941c54d90
6 changed files with 21 additions and 12 deletions

View File

@@ -106,7 +106,7 @@ namespace pp::platform::windows {
VrShellState& platform_vr_state() noexcept
{
return retained_state().vr;
return retained_vr_shell_state();
}
}