WinRT - Better Debug

This commit is contained in:
Serenity
2025-06-03 00:54:43 -04:00
parent 212c7ab23b
commit 222cdf0a22
410 changed files with 2812 additions and 66933 deletions
@@ -6,6 +6,6 @@ namespace winrt::Windows::Xbox::System::implementation
{
winrt::Windows::Foundation::IAsyncOperation<bool> Launcher::NavigateBackAsync()
{
throw hresult_not_implemented();
Logger::NotImplemented(); throw hresult_not_implemented();
}
}