RendererHost.axaml 415 B

1234567891011
  1. <UserControl
  2. xmlns="https://github.com/avaloniaui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. mc:Ignorable="d"
  7. d:DesignWidth="800"
  8. d:DesignHeight="450"
  9. x:Class="Ryujinx.Ava.UI.Controls.RendererHost"
  10. Focusable="True">
  11. </UserControl>