mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 03:27:11 +02:00
misc: chore: Use RyujinxControl<T> in more places
This commit is contained in:
parent
d87d3235e9
commit
dfcb8a7fc0
11 changed files with 85 additions and 111 deletions
|
@ -26,9 +26,9 @@ namespace Ryujinx.Ava.Common
|
|||
|
||||
internal class TrimmerWindow : Ryujinx.Common.Logging.XCIFileTrimmerLog
|
||||
{
|
||||
private readonly XCITrimmerViewModel _viewModel;
|
||||
private readonly XciTrimmerViewModel _viewModel;
|
||||
|
||||
public TrimmerWindow(XCITrimmerViewModel viewModel)
|
||||
public TrimmerWindow(XciTrimmerViewModel viewModel)
|
||||
{
|
||||
_viewModel = viewModel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue